vue-cli4 关闭 eslint 代码规范

原文链接:https://blog.csdn.net/SpringRolls/article/details/105648324?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.edu_weight&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.edu_weight

原文链接:https://blog.csdn.net/innersense/article/details/104952698?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.add_param_isCf&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.add_param_isCf

eslint是真的有毒有毒有毒.......

查了很多文章说要找到 build/webpack.base.conf.js 这个文件,然鹅vue-cli4里面根本没有这个文件啊!

还有的说要注释掉 “@vue/prettier” 这句话,然鹅我里面也没有这句代码啊!


最后的解决方法是:找到项目下的.eslintrc.js文件,将其中的’@vue/standard’注释掉!!最后记得一定要重新启动一下项目!

你可能感兴趣的:(vue-cli4 关闭 eslint 代码规范)