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 dfd6ad9 commit f33fa26Copy full SHA for f33fa26
Makefile
@@ -1228,7 +1228,7 @@ lint-js-fix:
1228
.PHONY: lint-js-doc
1229
# Note that on the CI `lint-js-ci` is run instead.
1230
# Lints the JavaScript code with eslint.
1231
-lint-js: EXTENSIONS=.js,.mjs,.md
+lint-js lint-js-fix: EXTENSIONS=.js,.mjs,.md
1232
lint-js-doc: EXTENSIONS=.md
1233
lint-js lint-js-doc:
1234
@if [ "$(shell $(node_use_openssl))" != "true" ]; then \
0 commit comments