当前位置:   article > 正文

Vue 单独安装eslint 和卸载eslint_vue uninstall eslint

vue uninstall eslint

Vue 单独安装eslint 和卸载eslint

MW0309

安装的时候进入到你的项目目录中执行

npm install eslint --save

卸载的时候进入到你的项目目录中执行

npm uninstall eslint --save

1.关闭软件webstorm 的ESlint
file->settings->搜索ESlint->取消Enable的勾选

2.注释掉项目内的ESlint

index.js

  1. // Use Eslint Loader?
  2. // If true, your code will be linted during bundling and
  3. // linting errors and warnings will be shown in the console.
  4. useEslint: false,
  5. // If true, eslint errors and warnings will also be shown in the error overlay
  6. // in the browser.
  7. showEslintErrorsInOverlay: false,

项目目录下build.js->webpack.base.conf.js文件里面有段代码  注释掉!!! 


好了!特别清爽的感觉!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/77028
推荐阅读
相关标签
  

闽ICP备14008679号