We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5cc3c commit a389a72Copy full SHA for a389a72
Makefile
@@ -1212,7 +1212,7 @@ lint-js-fix:
1212
.PHONY: lint-js-doc
1213
# Note that on the CI `lint-js-ci` is run instead.
1214
# Lints the JavaScript code with eslint.
1215
-lint-js: EXTENSIONS=.js,.mjs,.md
+lint-js lint-js-fix: EXTENSIONS=.js,.mjs,.md
1216
lint-js-doc: EXTENSIONS=.md
1217
lint-js lint-js-doc:
1218
@if [ "$(shell $(node_use_openssl))" != "true" ]; then \
0 commit comments