aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-04-09 12:48:34 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-04-09 12:48:34 -0400
commitac9cad19fa0473315489ee952ba73afdaeb80386 (patch)
tree7c818aa60fcb810a0d43d49e229c0399e26f6251 /src/.jshintrc
parente01a6231c78448043de6672940a41637ba5bdf28 (diff)
downloadjquery-ac9cad19fa0473315489ee952ba73afdaeb80386.tar.gz
jquery-ac9cad19fa0473315489ee952ba73afdaeb80386.zip
Add onevar to jshintrc, but remove the option for linting the concatenated file
Diffstat (limited to 'src/.jshintrc')
-rw-r--r--src/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.jshintrc b/src/.jshintrc
index 71e505e1d..c61a8325d 100644
--- a/src/.jshintrc
+++ b/src/.jshintrc
@@ -6,6 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
+ "onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,