mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
80ddee3956
Change-Id: I713aafb891306fc21a776a7d4622c6a039798753
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit",
|
|
"../../.eslintrc.json"
|
|
],
|
|
"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"
|
|
}
|
|
}
|