mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
8ef144f936
Change-Id: I5aa3ab891890b52057a5fc855315e5b1b2203037
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../resources/.eslintrc.json",
|
|
"wikimedia/qunit"
|
|
],
|
|
"rules": {
|
|
"no-restricted-properties": "off",
|
|
"no-jquery/no-parse-html-literal": "off",
|
|
"no-var": "off"
|
|
}
|
|
}
|