mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
a5c9a506c9
This is the upstream default. Change-Id: I09797b9e9243707f0b2a7942d34d27b1271d9eb4
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../resources/.eslintrc.json",
|
|
"wikimedia/qunit"
|
|
],
|
|
"rules": {
|
|
"no-jquery/no-parse-html-literal": "off",
|
|
"no-restricted-properties": "off"
|
|
}
|
|
}
|