mediawiki-skins-MinervaNeue/tests/qunit/.eslintrc.json
Fomafix effd4fe133 Use eslint rule "no-var": "error" and replace all var
Change-Id: I67acf88e1b8de55054248d7cf8ca622d5772ea6f
2024-03-29 07:40:22 +00:00

13 lines
209 B
JSON

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