Skip to content

Commit e452ebd

Browse files
committed
Two eq is not enough; three eq is more than we want for now.
We also don't need the lint alias.
1 parent 98386cf commit e452ebd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ ${SRC_DIR}/selector.js: ${SIZZLE_DIR}/sizzle.js
6767
@@echo "Building selector code from Sizzle"
6868
@@sed '/EXPOSE/r src/sizzle-jquery.js' ${SIZZLE_DIR}/sizzle.js | grep -v window.Sizzle > ${SRC_DIR}/selector.js
6969

70-
lint: hint
71-
7270
hint: jquery
7371
@@if test ! -z ${JS_ENGINE}; then \
7472
echo "Checking jQuery against JSHint..."; \
@@ -136,4 +134,4 @@ pull_submodules:
136134
pull: pull_submodules
137135
@@git pull ${REMOTE} ${BRANCH}
138136

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

build/jshint-check.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ JSHINT(src, {
1010
eqnull: true,
1111
expr: true,
1212
curly: true,
13-
eqeq: true,
1413
trailing: true,
1514
predef: [
1615
"define",

0 commit comments

Comments
 (0)