mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
12 lines
151 B
JSON
12 lines
151 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"one-var": "off",
|
||
|
"single-quote": "off",
|
||
|
"quotes": "off"
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"sourceType": "module",
|
||
|
"ecmaVersion": 6
|
||
|
}
|
||
|
}
|