去除Eslint验证

Posted twyth

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了去除Eslint验证相关的知识,希望对你有一定的参考价值。

在使用vue-cli脚手架构建了webpack项目时,在开发过程中,Eslint验证过于严谨,会导致运行时出现大量错误,可以使用下面方法去除: 
1.打开你生成的项目目录中的bulid—>webpack.base.conf.js删除如下代码: 

{
test: /\.(js|vue)$/,
loader: eslint-loader,
enforce: pre,
include: [resolve(src), resolve(test)],
options: {
  formatter: require(eslint-friendly-formatter)
}
}, 

 

2.在创建工程的时候,提示是否启用eslint检测的。 
Use ESLint to lint your code? `输no

以上是关于去除Eslint验证的主要内容,如果未能解决你的问题,请参考以下文章

vue-cli脚手架构建了项目如何去除Eslint验证(语法格式验证)

ESLint,如何在 JSX 中去除花括号?

报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段

报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段

ESLint 验证 JSX 文件

道具验证中缺少 React eslint 错误