2014-10-19 05:11:27 -06:00
|
|
|
{
|
|
|
|
"browser": true,
|
|
|
|
"devel": true,
|
2015-12-29 09:34:41 -07:00
|
|
|
"eqeqeq": true,
|
2014-10-19 05:11:27 -06:00
|
|
|
"esnext": true,
|
2015-12-29 09:34:41 -07:00
|
|
|
"globals": {
|
|
|
|
"chrome": false,
|
|
|
|
"Components": false, // global variable in Firefox
|
|
|
|
"safari": false,
|
|
|
|
"self": false,
|
|
|
|
"vAPI": false,
|
|
|
|
"µBlock": false
|
|
|
|
},
|
|
|
|
"laxbreak": true,
|
|
|
|
"newcap": false,
|
2014-10-19 05:11:27 -06:00
|
|
|
"nonew": false,
|
2015-12-29 09:34:41 -07:00
|
|
|
"strict": "global",
|
2014-10-19 05:11:27 -06:00
|
|
|
"sub": true,
|
2015-12-29 09:34:41 -07:00
|
|
|
"undef": true,
|
|
|
|
"unused": true,
|
2014-10-19 05:11:27 -06:00
|
|
|
"validthis": true,
|
2015-12-29 09:34:41 -07:00
|
|
|
"-W058": true // suppress "Missing '()' invoking a constructor" message
|
2015-08-18 09:44:24 -06:00
|
|
|
}
|