aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-03-14 00:23:36 +0100
committerDave Methvin <dave.methvin@gmail.com>2013-04-03 20:51:30 -0400
commit1205103a72db407bfbc0de3d9b78f1fd6a02520c (patch)
treeb80011049028520865ec59875bb6cded54f76f3f /src/.jshintrc
parent9eb838e4189c7afbd187b4663923d97a608811ef (diff)
downloadjquery-1205103a72db407bfbc0de3d9b78f1fd6a02520c.tar.gz
jquery-1205103a72db407bfbc0de3d9b78f1fd6a02520c.zip
Update grunt-contrib-jshint to 0.3.0, close gh-1204.
(cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f) Conflicts: src/data.js src/effects.js
Diffstat (limited to 'src/.jshintrc')
-rw-r--r--src/.jshintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/.jshintrc b/src/.jshintrc
index fff75a6a8..b5b056f25 100644
--- a/src/.jshintrc
+++ b/src/.jshintrc
@@ -3,15 +3,17 @@
"expr": true,
"newcap": false,
"quotmark": "double",
- "regexdash": true,
"trailing": true,
"undef": true,
"unused": true,
+ "latedef": false,
+ "eqeqeq": true,
"maxerr": 100,
"eqnull": true,
"evil": true,
"sub": true,
+ "boss": true,
"browser": true,
"wsh": true,