blog icon indicating copy to clipboard operation
blog copied to clipboard

ESLint

Open wuweijia opened this issue 7 years ago • 0 comments

husky npm 包 做pre-commit eslint自动化

"eslint": "eslint ./**/*.js --cache --max-warnings 0 || exit 1",
"precommit": "npm run eslint"

wuweijia avatar Aug 22 '17 07:08 wuweijia