github调过ESLint检测提交代码ESLint–no-verify

通过手动提交代码使用–no-verify 禁用ESLint钩子
git代码:

git add .
git commit -m "你的提交内容" --no-verify
git push