diff --git a/.jshintrc b/.jshintrc index 0918c7458..aa3788f1e 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,8 +11,5 @@ "noarg": true, "undef": true, "strict": false, - "globalstrict": true, - "trailing": true, - "smarttabs": true, - "node": true + "globalstrict": true }