mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 11:13:34 +00:00
2a52e7f15c
Change-Id: Iaf0c760d5a69bc41505b782ab9f05864c37c7196
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/qunit",
|
|
"../../.eslintrc.js"
|
|
],
|
|
"rules": {
|
|
"no-restricted-properties": "off",
|
|
"no-jquery/no-parse-html-literal": "off"
|
|
}
|
|
}
|