vue中ESlint报错

Posted liujie-m

tags:

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

vue使用ESlint时不停报错,更改文件根目录下F:projectsgshop.eslintrc.js里.eslintrc.js里面的rules
rules: {
// allow async-await
‘generator-star-spacing‘: ‘off‘,
"no-unused-vars":0,
‘no-trailing-spaces‘:0,
‘no-multiple-empty-lines‘:‘off‘,
‘no-table‘:‘off‘,
‘no-new‘:‘off‘,
‘key-spacing‘:‘off‘,
‘arrow-spacing‘:‘off‘,
// allow debugger during development
‘no-debugger‘: process.env.NODE_ENV === ‘production‘ ? ‘error‘ : ‘off‘
}

以上是关于vue中ESlint报错的主要内容,如果未能解决你的问题,请参考以下文章

vue 中eslint 格式报错

vue中ESlint报错

[eslint]报错:Vue eslint Parsing error: Unexpected token

vue运行报错--eslint

vue eslint报错解决办法

解决vue代码缩进报错问题 关闭ESlint