mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
d4640b31f0
This includes the update of lockFile version Bug: T225730 Change-Id: I04f2c6ef8751b3ffff886da4b69c2ed80425de91
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit"
|
|
],
|
|
"rules": {
|
|
"no-jquery/no-class-state": "off",
|
|
"no-jquery/no-parse-html-literal": "off",
|
|
"no-jquery/no-global-selector": "off",
|
|
"no-jquery/no-sizzle": "off",
|
|
"qunit/no-loose-assertions": "warn"
|
|
}
|
|
}
|