diff --git a/.jshintrc b/.jshintrc index 870c8c3..5a32da2 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,17 +2,19 @@ "asi": true, "bitwise": true, "camelcase": true, + "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, + "newcap": true, "noarg": true, "nonbsp": true, "nonew": true, "quotmark": "single", - "undef": false, + "undef": true, "unused": false, "strict": false,