1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/jquery/src/.eslintrc

19 lines
360 B
Text
Raw Normal View History

2016-01-09 13:36:35 -05:00
{
2016-06-11 11:55:39 -04:00
// Support: IE <=9 only, Android <=4.0 only
2016-01-09 13:36:35 -05:00
// The above browsers are failing a lot of tests in the ES5
// test suite at http://test262.ecmascript.org.
2016-07-08 14:10:20 -04:00
"parserOptions": {
"ecmaVersion": 3
},
2016-01-09 13:36:35 -05:00
"globals": {
"window": true,
"jQuery": true,
"define": true,
"module": true,
"noGlobal": true
2016-07-08 14:10:20 -04:00
},
"rules": {
"strict": ["error", "function"]
2016-01-09 13:36:35 -05:00
}
}