mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
bfdcd8dbf1
Change-Id: I0c35ed9b5ab00952124cb0e5c6c48fbc0d734f60
13 lines
169 B
JSON
13 lines
169 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit"
|
|
],
|
|
"globals": {
|
|
"sinon": "readonly"
|
|
},
|
|
"rules": {
|
|
"no-jquery/no-global-selector": "off",
|
|
"no-jquery/no-sizzle": "off"
|
|
}
|
|
}
|