ESLint: Remove unnecessary config no-var:error

This is the upstream default.

Change-Id: I09797b9e9243707f0b2a7942d34d27b1271d9eb4
This commit is contained in:
Ed Sanders 2024-06-03 12:56:30 +01:00
parent 1c210fc0f3
commit a5c9a506c9
2 changed files with 1 additions and 3 deletions

View file

@ -35,7 +35,6 @@
}
],
"no-underscore-dangle": "off",
"no-var": "error",
"object-property-newline": "error",
"unit-disallowed-list": "off"
},

View file

@ -6,7 +6,6 @@
],
"rules": {
"no-jquery/no-parse-html-literal": "off",
"no-restricted-properties": "off",
"no-var": "error"
"no-restricted-properties": "off"
}
}