Skip to content

Commit

Permalink
build: fix lint-js-fix target
Browse files Browse the repository at this point in the history
Refs: #35708

PR-URL: #35927
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
  • Loading branch information
aduh95 authored and targos committed Nov 3, 2020
1 parent 55adee0 commit b11c737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b11c737

Please sign in to comment.