mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 11:59:11 +00:00
ba38b57c83
Change-Id: Ic7d67098492558fdd6cec292afd22aaf8693a594
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../modules/.eslintrc.json",
|
|
"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"
|
|
}
|
|
}
|