mediawiki-skins-MinervaNeue/tests/qunit/.eslintrc.json
Ed Sanders a5c9a506c9 ESLint: Remove unnecessary config no-var:error
This is the upstream default.

Change-Id: I09797b9e9243707f0b2a7942d34d27b1271d9eb4
2024-06-03 12:56:30 +01:00

12 lines
188 B
JSON

{
"root": true,
"extends": [
"../../resources/.eslintrc.json",
"wikimedia/qunit"
],
"rules": {
"no-jquery/no-parse-html-literal": "off",
"no-restricted-properties": "off"
}
}