1 Star 0 Fork 32

rexuelei123 / cnode-electron

forked from 塔塔兔子 / cnode-electron 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
塔塔兔子 提交于 2016-04-26 15:44 . 提交cnode-electron
{
"env": {
"es6": true,
"browser": true,
"node": true
},
"rules": {
"curly": 0,
"comma-dangle": [2, "always-multiline"],
"comma-spacing": 0,
"eqeqeq": [2, "allow-null"],
"key-spacing": 0,
"no-underscore-dangle": 0,
"no-unused-expressions": 0,
"no-shadow": 0,
"no-shadow-restricted-names": 0,
"no-extend-native": 0,
"no-var": 2,
"new-cap": 0,
"quotes": 0,
"semi-spacing": 0,
"space-unary-ops": 0,
"space-infix-ops": 0,
"consistent-return": 0,
"strict": 0
},
"parser": "babel-eslint",
"plugins": [
"react"
],
"ecmaFeatures": {
"jsx": true
}
}
JavaScript
1
https://gitee.com/xm998/cnode-electron.git
git@gitee.com:xm998/cnode-electron.git
xm998
cnode-electron
cnode-electron
master

搜索帮助