husky npm 包 做pre-commit eslint自动化
"eslint": "eslint ./**/*.js --cache --max-warnings 0 || exit 1", "precommit": "npm run eslint"