Build: Remove an obsolete test/.eslintrc.json file

The file was erroneously left in during the migration to the flat config.

Closes gh-2340
Ref gh-2336
This commit is contained in:
Michał Gołębiowski-Owczarek
2025-03-18 09:35:16 +01:00
committed by GitHub
parent 1749a5f415
commit ef28a5f570

View File

@@ -1,26 +0,0 @@
{
"parserOptions": {
"ecmaVersion": 5
},
"env": {
"browser": true,
"jquery": true,
"node": false
},
"rules": {
// Too many violations:
"max-len": "off",
"no-unused-vars": "off",
"strict": "off" // ideally, `[ "error", "function" ]`
},
"globals": {
"define": false,
"Globalize": false,
"QUnit": false,
"require": true,
"requirejs": true
}
}