当vue项目每次更改代码后都会报错,但是停止重新运行又可以正确运行,
“2 errors and 0 warnings potentially fixable with the --fix option”报错
解决办法:
要隐藏.eslintrc.js中的’@vue/standard’
“2 errors and 0 warnings potentially fixable with the --fix option”报错 这种只要隐藏.eslintrc.js中的’@vue/stan
本文针对Vue项目中频繁出现的ESLint报错问题,特别是在代码修改后遇到的'2errorsand0warningspotentiallyfixablewiththe--fixoption'错误,提供了一种有效的解决方案,即调整.eslintrc.js文件中的配置,移除’@vue/standard’以避免错误发生。





