Files
iTop/node_modules/jquery-migrate/test/.eslintrc.json
2024-03-07 15:27:38 +01:00

35 lines
657 B
JSON

{
"extends": "../src/.eslintrc.json",
"root": true,
"env": {
"browser": true,
"node": false
},
// 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
},
"globals": {
"expectWarning": true,
"expectNoWarning": true,
"TestManager": true,
"jQuery": true,
"QUnit": true,
"module": true,
"ok": true,
"equal": true,
"test": true,
"asyncTest": true,
"notEqual": true,
"deepEqual": true,
"strictEqual": true,
"notStrictEqual": true,
"start": true,
"stop": true,
"expect": true
}
}