1 Star 0 Fork 2

flownclouds / echarts-for-react

forked from 小为 / echarts-for-react 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2016-06-03 18:36 . v1.0.1
{
"ecmaFeatures": {
"jsx": true,
"modules": true
},
"env": {
"browser": true,
"node": true
},
"parser": "babel-eslint",
"rules": {
"quotes": [2, "single"],
"strict": [2, "never"],
"babel/generator-star-spacing": 1,
"babel/new-cap": 1,
"babel/object-shorthand": 1,
"babel/arrow-parens": 1,
"babel/no-await-in-loop": 1,
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2
},
"plugins": [
"babel",
"react"
]
}
1
https://gitee.com/flownclouds/echarts-for-react.git
git@gitee.com:flownclouds/echarts-for-react.git
flownclouds
echarts-for-react
echarts-for-react
master

搜索帮助