From f33fa264cc7a47ba70657fac0a64c0f90e416986 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 2 Nov 2020 17:01:22 +0100 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a5aad596a2228..1d66978ff23241 100644 --- a/Makefile +++ b/Makefile @@ -1228,7 +1228,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 \