diff --git a/Makefile b/Makefile index 5680992dd..f8e039d63 100644 --- a/Makefile +++ b/Makefile @@ -67,8 +67,6 @@ ${SRC_DIR}/selector.js: ${SIZZLE_DIR}/sizzle.js @@echo "Building selector code from Sizzle" @@sed '/EXPOSE/r src/sizzle-jquery.js' ${SIZZLE_DIR}/sizzle.js | grep -v window.Sizzle > ${SRC_DIR}/selector.js -lint: hint - hint: jquery @@if test ! -z ${JS_ENGINE}; then \ echo "Checking jQuery against JSHint..."; \ @@ -136,4 +134,4 @@ pull_submodules: pull: pull_submodules @@git pull ${REMOTE} ${BRANCH} -.PHONY: all jquery lint hint min clean distclean update_submodules pull_submodules pull core +.PHONY: all jquery hint min clean distclean update_submodules pull_submodules pull core 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",