File tree Expand file tree Collapse file tree 3 files changed +397
-10
lines changed Expand file tree Collapse file tree 3 files changed +397
-10
lines changed Original file line number Diff line number Diff line change 15
15
"prettier:diff" : " yarn nit:source" ,
16
16
"lint-heading-ids" : " node scripts/headingIdLinter.js" ,
17
17
"fix-headings" : " node scripts/headingIdLinter.js --fix" ,
18
- "ci-check" : " npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss" ,
18
+ "ci-check" : " npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks " ,
19
19
"tsc" : " tsc --noEmit" ,
20
20
"start" : " next start" ,
21
21
"postinstall" : " is-ci || husky install .husky" ,
22
22
"check-all" : " npm-run-all prettier lint:fix tsc rss" ,
23
- "rss" : " node scripts/generateRss.js"
23
+ "rss" : " node scripts/generateRss.js" ,
24
+ "deadlinks" : " node scripts/deadLinkChecker.js"
24
25
},
25
26
"dependencies" : {
26
27
"@codesandbox/sandpack-react" : " 2.13.5" ,
61
62
"autoprefixer" : " ^10.4.2" ,
62
63
"babel-eslint" : " 10.x" ,
63
64
"babel-plugin-react-compiler" : " 19.0.0-beta-e552027-20250112" ,
65
+ "chalk" : " 4.1.2" ,
64
66
"eslint" : " 7.x" ,
65
67
"eslint-config-next" : " 12.0.3" ,
66
68
"eslint-config-react-app" : " ^5.2.1" ,
You can’t perform that action at this time.
0 commit comments