diff options
author | gorhill <rhill@raymondhill.net> | 2015-08-18 11:44:24 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-08-18 11:44:24 -0400 |
commit | 9b4b998364390290322138b898c255b0b5b2eabf (patch) | |
tree | c8222e675be6c72f239f3d7dc9079306e11fea22 /.jshintrc | |
parent | 5366697a0c4a10df5a19b76989f2c95e7bbefc6d (diff) | |
download | uBlock-9b4b998364390290322138b898c255b0b5b2eabf.zip uBlock-9b4b998364390290322138b898c255b0b5b2eabf.tar.gz uBlock-9b4b998364390290322138b898c255b0b5b2eabf.tar.bz2 |
#608: this fixes a bunch of strictness-related warnings
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,7 +7,6 @@ "unused": true, "nonew": false, "sub": true, - "boss": true, "laxbreak": true, "validthis": true, "newcap": false, @@ -19,4 +18,4 @@ "safari": false, "Components": false // global variable in Firefox } -}
\ No newline at end of file +} |