git 的时候避免eslint检查,通过 提交的时候可以换成这个就行了 git commit --no-verify -m “xxx”
stylelint --fix found some errors. Please fix them and try committing again.
最新推荐文章于 2024-08-26 09:04:45 发布
git 的时候避免eslint检查,通过 提交的时候可以换成这个就行了 git commit --no-verify -m “xxx”