diff --git a/.jshintrc b/.jshintrc index 27c028d099..dcb645fe05 100644 --- a/.jshintrc +++ b/.jshintrc @@ -12,10 +12,7 @@ "newcap": false, "noempty": true, "nonstandard": true, - "onecase": true, "sub": true, - "regexdash": true, - "trailing": true, "undef": true, "unused": "vars" } diff --git a/src/.jshintrc b/src/.jshintrc index c5dcf96f49..2455fe8bc6 100644 --- a/src/.jshintrc +++ b/src/.jshintrc @@ -15,10 +15,7 @@ "noempty": true, "nonstandard": true, "maxlen": 80, - "onecase": true, - "regexdash": true, "sub": false, - "trailing": true, "undef": true, "unused": "vars",