"husky": { "hooks": { "pre-commit": "npm run lint-fix && eslint \"**/*.js\" --fix --max-warnings=0 && git add -A ", "pre-push": "npm run lint" } }