mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
6f2e449e61
Brings back the possibility to click a checkbox which opens the extension settings from Safari's Preferences/Extensions.
22 lines
428 B
Plaintext
22 lines
428 B
Plaintext
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"esnext": true,
|
|
"globalstrict": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"nonew": false,
|
|
"sub": true,
|
|
"boss": true,
|
|
"laxbreak": true,
|
|
"validthis": true,
|
|
"newcap": false,
|
|
"-W058": true, // suppress "Missing '()' invoking a constructor" message
|
|
"globals": {
|
|
"self": false,
|
|
"vAPI": false,
|
|
"chrome": false,
|
|
"safari": false,
|
|
"Components": false // global variable in Firefox
|
|
}
|
|
} |