aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc5
1 files changed, 1 insertions, 4 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
+}