From cdd1155bd2f348c0c8bf20a1d00f949ec103ca2a Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 22 Feb 2015 13:41:14 +0100 Subject: [PATCH] JSHint: change values for bitwise and notypeof to the thoughtbot defaults [ci skip] --- config/.jshint.json | 4 ++-- config/jshint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/.jshint.json b/config/.jshint.json index 7303e3641..28df55aff 100644 --- a/config/.jshint.json +++ b/config/.jshint.json @@ -1,5 +1,5 @@ { - "bitwise": false, + "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, @@ -14,7 +14,6 @@ "noempty": true, "nonbsp": true, "nonew": false, - "notypeof": true, "quotmark": false, "undef": true, "unused": true, @@ -32,6 +31,7 @@ "laxbreak": false, "laxcomma": false, "loopfunc": false, + "notypeof": false, "scripturl": false, "sub": false, "supernew": true, diff --git a/config/jshint.yml b/config/jshint.yml index 59ca50614..599914bb4 100644 --- a/config/jshint.yml +++ b/config/jshint.yml @@ -7,7 +7,7 @@ exclude_paths: [ options: # enforcing options - bitwise: false + bitwise: true camelcase: false curly: true eqeqeq: true @@ -22,7 +22,6 @@ options: noempty: true nonbsp: true nonew: false - notypeof: true quotmark: false undef: true unused: true @@ -41,6 +40,7 @@ options: laxbreak: false laxcomma: false loopfunc: false + notypeof: false scripturl: false sub: false supernew: true