aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-22 17:41:54 -0400
committerCorey Frang <gnarf@gnarf.net>2012-10-22 17:04:08 -0500
commitd67522e3290948c0497ab7c6511e9ea29b22b851 (patch)
tree3c0e8fd9c3dae8dc2da9ea4d1bdeaa3ea2be2141 /.jshintrc
parent9b908878ae3a9c0fbbd9958b579f223a648c5c69 (diff)
downloadjquery-ui-d67522e3290948c0497ab7c6511e9ea29b22b851.tar.gz
jquery-ui-d67522e3290948c0497ab7c6511e9ea29b22b851.zip
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
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
}