aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.jshintrc b/.jshintrc
index 99161bd4e..e22109220 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -3,10 +3,9 @@
"eqnull": true,
"eqeqeq": true,
"expr": true,
- "latedef": true,
"noarg": true,
+ "node": true,
"onevar": true,
- "smarttabs": true,
"trailing": true,
"undef": true
}