git提交忽略Eslint语法检查即报(ESLint couldn't find a configuration file.) 解决方案忽略语法检查:git commit --no-verify -m "commit" 就可以跳过代码检查