mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
24 lines
449 B
Plaintext
24 lines
449 B
Plaintext
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"esnext": true,
|
|
"globals": {
|
|
"chrome": false,
|
|
"Components": false, // global variable in Firefox
|
|
"safari": false,
|
|
"self": false,
|
|
"vAPI": false,
|
|
"µBlock": false
|
|
},
|
|
"laxbreak": true,
|
|
"newcap": false,
|
|
"nonew": false,
|
|
"strict": "global",
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"validthis": true,
|
|
"-W058": true // suppress "Missing '()' invoking a constructor" message
|
|
}
|