Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edc4da8

Browse files
authored
chore: run ESLint in multithreaded mode (#6394)
This reduces the time it takes to run ESLint.
1 parent f5ccfeb commit edc4da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies:dedupe": "yarn-deduplicate yarn.lock",
1313
"type:doc": "cd docs && yarn && yarn build",
1414
"type:test": "cd docs && yarn && yarn test",
15-
"lint": "node scripts/check_licenses.js && eslint . --max-warnings 0",
16-
"lint:fix": "node scripts/check_licenses.js && eslint . --max-warnings 0 --fix",
15+
"lint": "node scripts/check_licenses.js && eslint . --concurrency=auto --max-warnings 0",
16+
"lint:fix": "node scripts/check_licenses.js && eslint . --concurrency=auto --max-warnings 0 --fix",
1717
"lint:inspect": "npx @eslint/config-inspector@latest",
1818
"release:proposal": "node scripts/release/proposal",
1919
"services": "node ./scripts/install_plugin_modules && node packages/dd-trace/test/setup/services",

0 commit comments

Comments
 (0)