mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
9c7fcf30f2
* test: run in headless chrome * chore: update travis node version * chore: upgrade test deps * test: fix tests * test: support async await * test: fix tree test case * test: fix tree test cases * test: fix popper test case
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
{
|
|
"globals": {
|
|
"ga": true
|
|
},
|
|
"plugins": ["html", "json"],
|
|
"extends": "elemefe",
|
|
"rules": {
|
|
"no-restricted-globals": ["error", "event", "fdescribe"]
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
}
|
|
}
|
|
}
|