Add husky

This commit is contained in:
Felix 2020-05-28 23:05:22 -05:00
parent 56be0bc0ae
commit fa7e9f5c51
4 changed files with 61 additions and 0 deletions

5
.huskyrc.json Normal file
View file

@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "yarn lint"
}
}