File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,4 @@ DISABLE_VUE_PLUGINS=false
3333# Algolia credentials required for developing with the new custom node manager.
3434ALGOLIA_APP_ID=4E0RO38HS8
3535ALGOLIA_API_KEY=684d998c36b67a9a9fce8fc2d8860579
36+
Original file line number Diff line number Diff line change 2525 "preinstall" : " npx only-allow pnpm" ,
2626 "prepare" : " husky || true && git config blame.ignoreRevsFile .git-blame-ignore-revs || true" ,
2727 "preview" : " nx preview" ,
28- "lint" : " eslint src --cache --concurrency=auto " ,
29- "lint:fix" : " eslint src --cache --fix --concurrency=auto " ,
30- "lint:no-cache" : " eslint src" ,
31- "lint:fix:no-cache" : " eslint src --fix" ,
28+ "lint" : " eslint src --cache --concurrency=$npm_package_config_eslint_concurrency " ,
29+ "lint:fix" : " eslint src --fix --cache --concurrency=$npm_package_config_eslint_concurrency " ,
30+ "lint:no-cache" : " eslint src --concurrency=$npm_package_config_eslint_concurrency " ,
31+ "lint:fix:no-cache" : " eslint src --fix --concurrency=$npm_package_config_eslint_concurrency " ,
3232 "knip" : " knip --cache" ,
3333 "knip:no-cache" : " knip" ,
3434 "locale" : " lobe-i18n locale" ,
3737 "storybook" : " nx storybook -p 6006" ,
3838 "build-storybook" : " storybook build"
3939 },
40+ "config" : {
41+ "eslint_concurrency" : " 4"
42+ },
4043 "devDependencies" : {
4144 "@eslint/js" : " ^9.8.0" ,
4245 "@iconify/tailwind" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments