You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
378 B
18 lines
378 B
{
|
|
// 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,
|
|
"jQuery": true,
|
|
"define": true,
|
|
"module": true,
|
|
"noGlobal": true
|
|
},
|
|
"rules": {
|
|
"strict": ["error", "function"]
|
|
}
|
|
}
|