Running ESLint in precommit does not stop on warnings
"husky": {
"hooks": {
"pre-commit": "npm run lint-fix && eslint \"**/*.js\" --fix --max-warnings=0 && git add -A ",
"pre-push": "npm run lint"
}
}
Running ESLint in precommit does not stop on warnings
"husky": {
"hooks": {
"pre-commit": "npm run lint-fix && eslint \"**/*.js\" --fix --max-warnings=0 && git add -A ",
"pre-push": "npm run lint"
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us