element/.eslintrc
iamkun 608f1ba33f chore: update ga tracking (#14560)
* chore: update ga tracking

* chore: update development mock
2019-03-04 16:15:48 +08:00

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
}
}
}