1 Star 0 Fork 0

cbqfly / xm-charts-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
cuibenqiang 提交于 2020-06-09 19:40 . init
{
"extends": "eslint-config-airbnb",
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"es6": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2,
"react/jsx-filename-extension": 0,
"padded-blocks": 0,
"block-scoped-var": 0,
"comma-dangle": 0,
"arrow-parens": 0,
"no-extra-boolean-cast": 0,
"import/no-extraneous-dependencies": 0,
"import/first": 0,
"import/no-unresolved": 0,
"import/extensions": 0,
"brace-style": 0
},
"plugins": [
"react"
]
}
1
https://gitee.com/cbq/xm-charts-react.git
git@gitee.com:cbq/xm-charts-react.git
cbq
xm-charts-react
xm-charts-react
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891