diff --git a/Makefile b/Makefile index ff122f48e39ee9..57de06f1d4c4f5 100644 --- a/Makefile +++ b/Makefile @@ -1212,7 +1212,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 \