mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-10 22:58:20 -05:00
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:
committed by
GitHub
parent
1749a5f415
commit
ef28a5f570
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user