Files
language-data/.eslintrc.json
Amir E. Aharoni 0eb8e84e8a Remove unnecessary configuration from .eslint.rc (#308)
* 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.
2023-07-24 13:12:26 +05:30

13 lines
145 B
JSON

{
"extends": "wikimedia",
"env": {
"es6": true,
"browser": true,
"node": true,
"mocha": true
},
"globals": {
"require": false
}
}