mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 15:40:15 +00:00
ESLint: Remove unnecessary config no-var:error
This is the upstream default. Change-Id: I09797b9e9243707f0b2a7942d34d27b1271d9eb4
This commit is contained in:
parent
1c210fc0f3
commit
a5c9a506c9
|
@ -35,7 +35,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"no-underscore-dangle": "off",
|
"no-underscore-dangle": "off",
|
||||||
"no-var": "error",
|
|
||||||
"object-property-newline": "error",
|
"object-property-newline": "error",
|
||||||
"unit-disallowed-list": "off"
|
"unit-disallowed-list": "off"
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-jquery/no-parse-html-literal": "off",
|
"no-jquery/no-parse-html-literal": "off",
|
||||||
"no-restricted-properties": "off",
|
"no-restricted-properties": "off"
|
||||||
"no-var": "error"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue