140 Star 797 Fork 4

GVPElemeFE / element

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
iamkun 提交于 2019-08-09 17:53 . Chore: Theme Extension (#16686)
{
"globals": {
"ga": true,
"chrome": true
},
"plugins": ["html", "json"],
"extends": "elemefe",
"rules": {
"no-restricted-globals": ["error", "event", "fdescribe"]
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"jsx": true
}
}
}
JavaScript
1
https://gitee.com/ElemeFE/element.git
git@gitee.com:ElemeFE/element.git
ElemeFE
element
element
dev

搜索帮助