1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

adjust jshint behavior

This commit is contained in:
gorhill 2017-12-05 08:38:50 -05:00
parent 23065a8b90
commit f09db15acb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -19,6 +19,5 @@
"sub": true,
"undef": true,
"unused": true,
"validthis": true,
"-W058": true // suppress "Missing '()' invoking a constructor" message
"validthis": true
}