2 Star 5 Fork 3

猛火Fierflame / xauto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangchenxunum 提交于 2017-08-17 15:49 . 更新至0.2.0,替换开源协议
{
"env": {
"es6": true,
"node": true
},
"parserOptions":{
"ecmaVersion": 2017,
"sourceType": "module"
},
"rules": {
"strict": 2,
"no-sync": 2,
"arrow-spacing": 1,
"no-const-assign": 2,
"no-constant-condition": 2,
"no-delete-var": 2,
"no-dupe-keys": 2,
"no-dupe-args": 2,
"no-invalid-regexp": 2,
"no-spaced-func": 1,
"no-undef": 2,
"no-undef-init": 2,
"no-unreachable": 2,
"no-unused-expressions": 2,
"no-use-before-define": [1, { "functions": false, "classes": true }],
"no-var": 2,
"no-with": 2,
"camelcase": 1,
"comma-style": [2, "last"],
"constructor-super": 2,
"curly": [1, "all"],
"eqeqeq": 1,
"generator-star-spacing": 0,
"object-shorthand": 0,
"prefer-const": 0,
"use-isnan": 2,
"valid-typeof": 2
}
}
NodeJS
1
https://gitee.com/fierflame/xauto.git
git@gitee.com:fierflame/xauto.git
fierflame
xauto
xauto
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891