File tree Expand file tree Collapse file tree 3 files changed +71
-61
lines changed Expand file tree Collapse file tree 3 files changed +71
-61
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"build" : " next build" ,
7
7
"dev" : " next dev --turbopack" ,
8
- "lint" : " tsc --noEmit && eslint ." ,
8
+ "lint" : " tsc --noEmit && eslint . --concurrency=auto " ,
9
9
"prepare" : " fumadocs-mdx" ,
10
10
"start" : " next start"
11
11
},
Original file line number Diff line number Diff line change 36
36
"inspect:eslint-config" : " eslint-config-inspector" ,
37
37
"lint" : " pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && pnpm run lint:es && pnpm run lint:examples" ,
38
38
"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 " ,
40
40
"lint:examples" : " pnpm m -F \" ./examples/*\" run lint" ,
41
41
"lint:mdx" : " mdxlint **/*.mdx -o" ,
42
42
"lint:publish" : " pnpm m run lint:publish" ,
94
94
"tinyglobby" : " ^0.2.14" ,
95
95
"ts-pattern" : " ^5.8.0" ,
96
96
"tsup" : " ^8.5.0" ,
97
- "tsx" : " ^4.20.4 " ,
97
+ "tsx" : " ^4.20.5 " ,
98
98
"type-fest" : " ^4.41.0" ,
99
99
"typedoc" : " ^0.28.10" ,
100
100
"typedoc-plugin-markdown" : " ^4.8.1" ,
101
- "typedoc-plugin-mdn-links" : " ^5.0.8 " ,
101
+ "typedoc-plugin-mdn-links" : " ^5.0.9 " ,
102
102
"typescript" : " ^5.9.2" ,
103
103
"typescript-eslint" : " ^8.40.0" ,
104
104
"vitest" : " ^3.2.4"
You can’t perform that action at this time.
0 commit comments