mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
a3f3cf9e3f
Mainly auto fixes but also getting rid of some straight forward lint warnings to reduce the wall of issues a bit when running the tests. Also removing some rule exceptions that seem to got more relaxed upstream. Change-Id: Icb4d73374583675be74517e6df6508314d61e8c2
12 lines
169 B
JSON
12 lines
169 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../src/.eslintrcshared",
|
|
"wikimedia/qunit"
|
|
],
|
|
"rules": {
|
|
"no-jquery/no-class-state": "off",
|
|
"es-x/no-hashbang": "warn"
|
|
}
|
|
}
|