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