diff --git a/.jshintrc b/.jshintrc index ad70ca4fd..96ff8df7f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,5 +2,14 @@ "laxcomma": true, "laxbreak": true, "node": true, - "sub": true + "sub": true, + "curly": true, + "eqeqeq": true, + "iterator": true, + "latedef": true, + "nocomma": true, + "notypeof": true, + "shadow": false, + "undef": true, + "unused": false }