Skip to content

Commit b11c737

Browse files
aduh95targos
authored andcommitted
build: fix lint-js-fix target
Refs: #35708 PR-URL: #35927 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 55adee0 commit b11c737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ lint-js-fix:
12111211
.PHONY: lint-js-doc
12121212
# Note that on the CI `lint-js-ci` is run instead.
12131213
# Lints the JavaScript code with eslint.
1214-
lint-js: EXTENSIONS=.js,.mjs,.md
1214+
lint-js lint-js-fix: EXTENSIONS=.js,.mjs,.md
12151215
lint-js-doc: EXTENSIONS=.md
12161216
lint-js lint-js-doc:
12171217
@if [ "$(shell $(node_use_openssl))" != "true" ]; then \

0 commit comments

Comments
 (0)