lint only staged files

This commit is contained in:
Dan Percic 2021-11-29 15:09:08 +02:00
parent 80aaaa7869
commit ddd2be7640

View File

@ -19,7 +19,7 @@
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && ng lint --project=red-domain --fix && ng lint --project=red-ui --fix && ng lint --project=common-ui --fix"
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {