eslint报错 no-tabs indent eol-last no-trailing-spaces

no-tabs:    去.eslintrc.js文件添加'no tabs' : 'off'

indent:     去.eslintrc.js文件添加'indent': 0

eol-last及no-trailing-spaces

在config/index.js里配置

useEslint:true,//改为false即可。

你可能感兴趣的:(eslint报错 no-tabs indent eol-last no-trailing-spaces)