1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00
uBlock/src/.jshintrc

20 lines
394 B
Plaintext
Raw Normal View History

{
"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": {
"chrome": false,
"safari": false,
"Components": false // global variable in Firefox
}
}