创建项目后,执行了npm run eject显示隐藏文件,安装了eslint-config-airbnb-base,然后创建了三个文件.editorconfig、.eslintignore、.eslintrc.js,结果atom报错,开启开发工具看,报错是
D:\UPUPW\htdocs\LotteryAPP_MS\01Code\partner_react\node_modules\eslint-config-airbnb-base\rules\style.js:
Configuration for rule "indent" is invalid:
Value "[object Object]" should NOT have additional properties.
几个文件内容如下
.editorconfig
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
.eslintignore
public/*.js
config/*.js
scripts/*.js
.eslintrc.js
料青山看我应如是
相关分类