aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.jshintrc5
-rw-r--r--src/.jshintrc3
-rw-r--r--test/.jshintrc3
3 files changed, 1 insertions, 10 deletions
diff --git a/.jshintrc b/.jshintrc
index 13a9e01b9..1445c7b18 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -6,12 +6,9 @@
"expr": true,
"immed": true,
"noarg": true,
- "onevar": true,
"quotmark": "double",
- "smarttabs": true,
- "trailing": true,
"undef": true,
"unused": true,
"node": true
-} \ No newline at end of file
+}
diff --git a/src/.jshintrc b/src/.jshintrc
index dab1957d7..a48233b29 100644
--- a/src/.jshintrc
+++ b/src/.jshintrc
@@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
- "onevar": true,
"quotmark": "double",
- "smarttabs": true,
- "trailing": true,
"undef": true,
"unused": true,
diff --git a/test/.jshintrc b/test/.jshintrc
index 563b299e7..7d24cba5d 100644
--- a/test/.jshintrc
+++ b/test/.jshintrc
@@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
- "onevar": true,
"quotmark": "double",
- "smarttabs": true,
- "trailing": true,
"undef": true,
"unused": true,