File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,3 @@ 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=$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 " ,
28+ "lint" : " eslint src --cache" ,
29+ "lint:fix" : " eslint src --cache --fix " ,
30+ "lint:no-cache" : " eslint src" ,
31+ "lint:fix:no-cache" : " eslint src --fix" ,
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- },
4340 "devDependencies" : {
4441 "@babel/core" : " ^7.28.3" ,
4542 "@babel/preset-typescript" : " ^7.27.1" ,
You can’t perform that action at this time.
0 commit comments