1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: Remove git add from husky

This commit is contained in:
Christopher Kolstad 2021-02-11 14:08:33 +01:00
parent dcde06b0c3
commit feb83772ec
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -128,12 +128,10 @@
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
"eslint --fix"
],
"*.{json,css,md}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"husky": {