no-tabs: 去.eslintrc.js文件添加'no tabs' : 'off'
indent: 去.eslintrc.js文件添加'indent': 0
eol-last及no-trailing-spaces
在config/index.js里配置
useEslint:true,//改为false即可。
no-tabs: 去.eslintrc.js文件添加'no tabs' : 'off'
indent: 去.eslintrc.js文件添加'indent': 0
eol-last及no-trailing-spaces
在config/index.js里配置
useEslint:true,//改为false即可。