File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1433,7 +1433,8 @@ format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the ma
14331433LINT_JS_TARGETS = eslint.config.mjs benchmark doc lib test tools
14341434
14351435run-lint-js = tools/eslint/node_modules/eslint/bin/eslint.js --cache \
1436- --max-warnings=0 --report-unused-disable-directives $(LINT_JS_TARGETS )
1436+ --max-warnings=0 --report-unused-disable-directives \
1437+ --concurrency auto $(LINT_JS_TARGETS )
14371438run-lint-js-fix = $(run-lint-js ) --fix
14381439
14391440tools/eslint/node_modules/eslint/bin/eslint.js : tools/eslint/package-lock.json
@@ -1460,7 +1461,7 @@ jslint: lint-js
14601461
14611462run-lint-js-ci = tools/eslint/node_modules/eslint/bin/eslint.js \
14621463 --max-warnings=0 --report-unused-disable-directives -f tap \
1463- -o test-eslint.tap $(LINT_JS_TARGETS )
1464+ --concurrency auto -o test-eslint.tap $(LINT_JS_TARGETS )
14641465
14651466.PHONY : lint-js-ci
14661467# On the CI the output is emitted in the TAP format.
You can’t perform that action at this time.
0 commit comments