File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ ${SRC_DIR}/selector.js: ${SIZZLE_DIR}/sizzle.js
67
67
@@echo " Building selector code from Sizzle"
68
68
@@sed ' /EXPOSE/r src/sizzle-jquery.js' ${SIZZLE_DIR} /sizzle.js | grep -v window.Sizzle > ${SRC_DIR} /selector.js
69
69
70
- lint : hint
71
-
72
70
hint : jquery
73
71
@@if test ! -z ${JS_ENGINE} ; then \
74
72
echo " Checking jQuery against JSHint..." ; \
@@ -136,4 +134,4 @@ pull_submodules:
136
134
pull : pull_submodules
137
135
@@git pull ${REMOTE} ${BRANCH}
138
136
139
- .PHONY : all jquery lint hint min clean distclean update_submodules pull_submodules pull core
137
+ .PHONY : all jquery hint min clean distclean update_submodules pull_submodules pull core
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ JSHINT(src, {
10
10
eqnull : true ,
11
11
expr : true ,
12
12
curly : true ,
13
- eqeq : true ,
14
13
trailing : true ,
15
14
predef : [
16
15
"define" ,
You can’t perform that action at this time.
0 commit comments