1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
uBlock/.jshintrc
2022-09-13 17:44:24 -04:00

22 lines
385 B
Plaintext

{
"browser": true,
"devel": true,
"eqeqeq": true,
"esversion": 8,
"globals": {
"chrome": false, // global variable in Chromium, Chrome, Opera
"self": false,
"vAPI": false,
"URLSearchParams": false,
"WebAssembly": false
},
"laxbreak": true,
"newcap": false,
"nonew": false,
"strict": "global",
"sub": true,
"undef": true,
"unused": true,
"validthis": true
}