mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Two eq is not enough; three eq is more than we want for now.
We also don't need the lint alias.
This commit is contained in:
parent
98386cfd77
commit
e452ebd76d
4
Makefile
4
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
|
||||
|
@ -10,7 +10,6 @@ JSHINT(src, {
|
||||
eqnull: true,
|
||||
expr: true,
|
||||
curly: true,
|
||||
eqeq: true,
|
||||
trailing: true,
|
||||
predef: [
|
||||
"define",
|
||||
|
Loading…
Reference in New Issue
Block a user