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 dc05c70 commit bf6883dCopy full SHA for bf6883d
Makefile
@@ -1211,7 +1211,7 @@ lint-js-fix:
1211
.PHONY: lint-js-doc
1212
# Note that on the CI `lint-js-ci` is run instead.
1213
# Lints the JavaScript code with eslint.
1214
-lint-js: EXTENSIONS=.js,.mjs,.md
+lint-js lint-js-fix: EXTENSIONS=.js,.mjs,.md
1215
lint-js-doc: EXTENSIONS=.md
1216
lint-js lint-js-doc:
1217
@if [ "$(shell $(node_use_openssl))" != "true" ]; then \
0 commit comments