mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
aa9851ee74
* Chore: upgrade webpack@4 * Chore: upgrade to webpack@4 * Chore: add babel-preset-stage-2 * Chore: fix test case * Chore: upgrade webpack@4 * Docs: update docs * Docs: update docs * Chore: fix coveralls * Chore: update yarn.lock
21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"expect": true,
|
|
"sinon": true
|
|
},
|
|
"plugins": ["html", "json"],
|
|
"extends": "elemefe",
|
|
"rules": {
|
|
"no-restricted-globals": ["error", "event", "fdescribe"]
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
}
|
|
}
|
|
}
|