diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2025-03-18 09:35:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 09:35:16 +0100 |
commit | ef28a5f57036e32a66e6d469e345d7376ecdaffc (patch) | |
tree | 63ff26a621f2338e7301f396a8ce9d540e081d1f | |
parent | 1749a5f4151b3e63662ddc53549cb5b99da3567a (diff) | |
download | jquery-ui-ef28a5f57036e32a66e6d469e345d7376ecdaffc.tar.gz jquery-ui-ef28a5f57036e32a66e6d469e345d7376ecdaffc.zip |
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
-rw-r--r-- | tests/.eslintrc.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/.eslintrc.json b/tests/.eslintrc.json deleted file mode 100644 index 714077182..000000000 --- a/tests/.eslintrc.json +++ /dev/null @@ -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 - } -} |