mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-12-11 15:56:14 +00:00
e131da48f9
Change-Id: I275ecfa03b3df8554b30f2a0f6d94d4b66da8088
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../resources/.eslintrc.json",
|
|
"wikimedia/qunit"
|
|
],
|
|
"globals": {
|
|
"sinon": "readonly"
|
|
},
|
|
"rules": {
|
|
"no-jquery/no-global-selector": "off",
|
|
"no-jquery/no-sizzle": "off",
|
|
"qunit/no-loose-assertions": "off"
|
|
}
|
|
}
|