Skip to content

Commit 0d949b5

Browse files
committed
chore: add --concurrency=auto to eslint
1 parent 3ecda4d commit 0d949b5

File tree

3 files changed

+71
-61
lines changed

3 files changed

+71
-61
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev --turbopack",
8-
"lint": "tsc --noEmit && eslint .",
8+
"lint": "tsc --noEmit && eslint . --concurrency=auto",
99
"prepare": "fumadocs-mdx",
1010
"start": "next start"
1111
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"inspect:eslint-config": "eslint-config-inspector",
3737
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && pnpm run lint:es && pnpm run lint:examples",
3838
"lint:deps": "skott -m file-tree -e .ts -s",
39-
"lint:es": "eslint . --max-warnings 20",
39+
"lint:es": "eslint . --max-warnings 20 --concurrency=auto",
4040
"lint:examples": "pnpm m -F \"./examples/*\" run lint",
4141
"lint:mdx": "mdxlint **/*.mdx -o",
4242
"lint:publish": "pnpm m run lint:publish",
@@ -94,11 +94,11 @@
9494
"tinyglobby": "^0.2.14",
9595
"ts-pattern": "^5.8.0",
9696
"tsup": "^8.5.0",
97-
"tsx": "^4.20.4",
97+
"tsx": "^4.20.5",
9898
"type-fest": "^4.41.0",
9999
"typedoc": "^0.28.10",
100100
"typedoc-plugin-markdown": "^4.8.1",
101-
"typedoc-plugin-mdn-links": "^5.0.8",
101+
"typedoc-plugin-mdn-links": "^5.0.9",
102102
"typescript": "^5.9.2",
103103
"typescript-eslint": "^8.40.0",
104104
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)