mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +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-var": "error",
|
||||
"object-property-newline": "error",
|
||||
"unit-disallowed-list": "off"
|
||||
},
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
],
|
||||
"rules": {
|
||||
"no-jquery/no-parse-html-literal": "off",
|
||||
"no-restricted-properties": "off",
|
||||
"no-var": "error"
|
||||
"no-restricted-properties": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue