* Remove unnecessary rule customization from .eslintrc.json * Remove qunit and jquery configuratio from .eslint.rc QUnit and jQuery are not used in this package, and having them in the configuration has no effect.
13 lines
145 B
JSON
13 lines
145 B
JSON
{
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"require": false
|
|
}
|
|
}
|