2013-08-26 17:44:02 -07:00
|
|
|
{
|
2013-09-13 13:52:13 -07:00
|
|
|
"browser": true,
|
2013-08-26 17:44:02 -07:00
|
|
|
|
2013-09-13 13:52:13 -07:00
|
|
|
"bitwise":false,
|
|
|
|
"curly": true,
|
|
|
|
"eqnull": true,
|
2016-03-01 08:43:54 +01:00
|
|
|
"strict": true,
|
2013-09-13 13:52:13 -07:00
|
|
|
"devel": true,
|
|
|
|
"eqeqeq": true,
|
|
|
|
"forin": false,
|
|
|
|
"immed": true,
|
|
|
|
"supernew": true,
|
|
|
|
"expr": true,
|
|
|
|
"indent": 2,
|
2016-03-01 08:43:54 +01:00
|
|
|
"latedef": false,
|
2013-09-13 13:52:13 -07:00
|
|
|
"newcap": true,
|
|
|
|
"noarg": true,
|
|
|
|
"noempty": true,
|
|
|
|
"undef": true,
|
|
|
|
"boss": true,
|
2014-05-27 18:18:05 +02:00
|
|
|
"trailing": true,
|
2013-09-13 13:52:13 -07:00
|
|
|
"laxbreak": true,
|
|
|
|
"laxcomma": true,
|
|
|
|
"sub": true,
|
|
|
|
"unused": true,
|
2015-09-07 13:13:19 +02:00
|
|
|
"maxdepth": 6,
|
2013-09-13 13:52:13 -07:00
|
|
|
"maxlen": 140,
|
2013-08-26 17:44:02 -07:00
|
|
|
|
2013-09-13 13:52:13 -07:00
|
|
|
"globals": {
|
2015-12-15 17:54:16 +01:00
|
|
|
"System": true,
|
2016-02-10 06:50:17 +01:00
|
|
|
"Promise": true,
|
2013-09-13 13:52:13 -07:00
|
|
|
"define": true,
|
2013-10-17 14:56:56 -07:00
|
|
|
"require": true,
|
2013-12-17 22:53:31 +01:00
|
|
|
"Chromath": false,
|
|
|
|
"setImmediate": true
|
2013-09-13 13:52:13 -07:00
|
|
|
}
|
2015-09-07 13:13:19 +02:00
|
|
|
}
|