mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°7355 - Update jQuery-migrate to 3.4.1
This commit is contained in:
32
node_modules/jquery-migrate/.eslintrc-browser.json
generated
vendored
Normal file
32
node_modules/jquery-migrate/.eslintrc-browser.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "jquery",
|
||||
|
||||
// Support: IE <=9 only, Android <=4.0 only
|
||||
// The above browsers are failing a lot of tests in the ES5
|
||||
// test suite at http://test262.ecmascript.org.
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 3
|
||||
},
|
||||
|
||||
// The browser env is not enabled on purpose so that code takes
|
||||
// all browser-only globals from window instead of assuming
|
||||
// they're available as globals. This makes it possible to use
|
||||
// jQuery with tools like jsdom which provide a custom window
|
||||
// implementation.
|
||||
"env": {},
|
||||
|
||||
"globals": {
|
||||
"window": true
|
||||
},
|
||||
|
||||
"rules": {
|
||||
"one-var": [ "error", { "var": "always" } ],
|
||||
"strict": [ "error", "function" ],
|
||||
|
||||
// Support: IE <=9 only, Android <=4.0 only
|
||||
// Allow square bracket notation for ES3 reserved words
|
||||
"dot-notation": [ "error", { "allowKeywords": false } ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user