Created
July 2, 2019 11:40
-
-
Save davialexandre/4262b0f1fd62ef374d761d6d102cca77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"husky": { | |
"hooks": { | |
"pre-commit": "cd .. && vendor/bin/psalm && vendor/bin/phpcs" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment