解决git push提交代码之前代码规范问题 现在可以说是大多数公司都开启了代码规范问题, 有良好的编码习惯是程序员必备!!拒绝垃圾代码 丑恶代码!!! 今天小编在提交的时候报了这样一个错 `×eslint --fix found some errors. Please fix them and try committing again.` 只需要输入 git commit --no-verify -m "提交时的注释"