Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-11-02 19:01:22 +0300
committerMichaƫl Zasso <targos@protonmail.com>2020-11-03 19:54:23 +0300
commitb11c7378e33cbf6f5bdbbea09853a06964823ebe (patch)
tree429c9fcb8f440ae2ca72226e3ef7d358801b9b42 /Makefile
parent55adee0947d84fd2eced316979520ac2c22b9b7d (diff)
build: fix lint-js-fix target
Refs: https://github.com/nodejs/node/pull/35708 PR-URL: https://github.com/nodejs/node/pull/35927 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9883e35582f..7db5b3320f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1211,7 +1211,7 @@ lint-js-fix:
.PHONY: lint-js-doc
# Note that on the CI `lint-js-ci` is run instead.
# Lints the JavaScript code with eslint.
-lint-js: EXTENSIONS=.js,.mjs,.md
+lint-js lint-js-fix: EXTENSIONS=.js,.mjs,.md
lint-js-doc: EXTENSIONS=.md
lint-js lint-js-doc:
@if [ "$(shell $(node_use_openssl))" != "true" ]; then \