aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-08-18 11:44:24 -0400
committergorhill <rhill@raymondhill.net>2015-08-18 11:44:24 -0400
commit9b4b998364390290322138b898c255b0b5b2eabf (patch)
treec8222e675be6c72f239f3d7dc9079306e11fea22 /.jshintrc
parent5366697a0c4a10df5a19b76989f2c95e7bbefc6d (diff)
downloaduBlock-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--.jshintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.jshintrc b/.jshintrc
index 618c34f..df4628b 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -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
+}