2 Star 6 Fork 1

李凤禄 / inmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
fenglu.li 提交于 2018-04-04 17:44 . 增加版本号
{
"root": true,
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
},
"ecmaVersion": 6,
"sourceType": "module"
},
"globals": {
"VERSION":true,
"BMap": true,
"Point": true,
"expect":true
},
"env": {
"node": true,
"browser": true,
"es6": true,
"commonjs": true,
"mocha": true
},
"extends": "eslint:recommended",
"rules": {
"strict": 0,
"no-control-regex": "off",
"callback-return": "off",
"no-console": "off",
"no-alert": 0,
"no-class-assign": 2,
"no-delete-var": 2,
"no-empty": 2,
"no-debugger": 2,
"no-lone-blocks": 2,
"block-scoped-var": 2,
"no-var": 2,
"no-undef": 2,
"no-sync": 2,
"global-require": 2,
"handle-callback-err": [2, "^(err|error)$"],
"no-mixed-requires": 2,
"no-new-require": 2,
"indent": [
"off",
4
],
"linebreak-style": [
2,
"unix"
],
"quotes": [
2,
"single"
],
"semi": [
2,
"always"
]
}
}
1
https://gitee.com/LiFengLu/inmap.git
git@gitee.com:LiFengLu/inmap.git
LiFengLu
inmap
inmap
master

搜索帮助