mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 19:27:44 +08:00
608f1ba33f
* chore: update ga tracking * chore: update development mock
22 lines
339 B
Plaintext
22 lines
339 B
Plaintext
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"ga": true,
|
|
"expect": true,
|
|
"sinon": true
|
|
},
|
|
"plugins": ["html", "json"],
|
|
"extends": "elemefe",
|
|
"rules": {
|
|
"no-restricted-globals": ["error", "event", "fdescribe"]
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
}
|
|
}
|
|
}
|