diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2011-12-08 21:17:11 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2011-12-08 21:17:11 -0500 |
commit | e452ebd76dc0ee0e85c176bf4105e0afa77f9a34 (patch) | |
tree | d9acb45a5d87ba6f4b7254d9ce7a7a57c5ef724e /build | |
parent | 98386cfd775fdfa7837ccbec173b04f1e6d57896 (diff) | |
download | jquery-e452ebd76dc0ee0e85c176bf4105e0afa77f9a34.tar.gz jquery-e452ebd76dc0ee0e85c176bf4105e0afa77f9a34.zip |
Two eq is not enough; three eq is more than we want for now.
We also don't need the lint alias.
Diffstat (limited to 'build')
-rw-r--r-- | build/jshint-check.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/jshint-check.js b/build/jshint-check.js index 92553f193..a7b8d22c6 100644 --- a/build/jshint-check.js +++ b/build/jshint-check.js @@ -10,7 +10,6 @@ JSHINT(src, { eqnull: true, expr: true, curly: true, - eqeq: true, trailing: true, predef: [ "define", |