ESLint: remove redundant disable of one-var rule

No longer needed now that we use eslint-config-wikimedia
version 0.20.0, which no longer includes that rule.

Bug: T286838
Change-Id: I44518a4cc8e9d6e4cde38899f68d7952956a266e
This commit is contained in:
DannyS712 2021-07-17 01:38:16 +00:00
parent 1448c8c9ca
commit 2c25d15489
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
"wikimedia/mediawiki"
],
"rules": {
"one-var": "off",
"//": [
"off",
"ResourceLoader's `packageFiles` do not require wrapping but the `module` option is only available in ES6+."