当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
5 Star 38 Fork 5

liu / trad
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2019-06-16 18:53 . chore: update eslint config
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": "airbnb",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-prototype-builtins": 0,
"linebreak-style": ["error", "windows"],
"semi": ["error", "never"],
"comma-dangle": ["error", "never"],
"no-use-before-define": ["error", { "functions": true, "classes": false }]
}
}
JavaScript
1
https://gitee.com/lc-soft/trad.git
git@gitee.com:lc-soft/trad.git
lc-soft
trad
trad
master

搜索帮助