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 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 },
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments