diff --git a/app/templates/client/.jshintrc b/app/templates/client/.jshintrc index 52c6a6d79..8c5c42c0a 100644 --- a/app/templates/client/.jshintrc +++ b/app/templates/client/.jshintrc @@ -7,12 +7,10 @@ "curly": true, "eqeqeq": true, "immed": true, - "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", - "regexp": true, "undef": true, "unused": true, "strict": true, diff --git a/app/templates/server/.jshintrc b/app/templates/server/.jshintrc index d7b958e7c..66d1af7c9 100644 --- a/app/templates/server/.jshintrc +++ b/app/templates/server/.jshintrc @@ -7,7 +7,6 @@ "latedef": "nofunc", "newcap": true, "noarg": true, - "regexp": true, "undef": true, "smarttabs": true, "asi": true,