18 lines
286 B
Plaintext
18 lines
286 B
Plaintext
{
|
|
"globals": {
|
|
"ga": true,
|
|
"chrome": true
|
|
},
|
|
"plugins": ["html", "json"],
|
|
"extends": "elemefe",
|
|
"rules": {
|
|
"no-restricted-globals": ["error", "event", "fdescribe"]
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
}
|
|
}
|
|
}
|