mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
27 lines
470 B
JSON
27 lines
470 B
JSON
{
|
|
"env": {
|
|
"browser": false,
|
|
"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": {
|
|
"window": true,
|
|
|
|
"define": true,
|
|
"module": true,
|
|
|
|
"jQuery": true,
|
|
"migrateWarn": true,
|
|
"migrateWarnFunc": true,
|
|
"migrateWarnProp": true,
|
|
"jQueryVersionSince": true,
|
|
|
|
"noGlobal": true
|
|
}
|
|
}
|