解决方法1:
注释掉.eslintrc.js文件中的’@vue/standard’
解决方法2:
vue.config.js中将以下三项设置为false
devServer: { overlay: { warnings: false, errors: false }, lintOnSave: false }
用Vue-li3跑项目的时候报错:3 errors and 0 warnings potentially fixable with the `--fix` option.
2024-01-11 10:25:40
解决方法1:
注释掉.eslintrc.js文件中的’@vue/standard’
解决方法2:
vue.config.js中将以下三项设置为false
devServer: { overlay: { warnings: false, errors: false }, lintOnSave: false }
用Vue-li3跑项目的时候报错:3 errors and 0 warnings potentially fixable with the `--fix` option.