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 1515 "prettier:diff" : " yarn nit:source" ,
1616 "lint-heading-ids" : " node scripts/headingIdLinter.js" ,
1717 "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 " ,
1919 "tsc" : " tsc --noEmit" ,
2020 "start" : " next start" ,
2121 "postinstall" : " is-ci || husky install .husky" ,
2222 "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"
2425 },
2526 "dependencies" : {
2627 "@codesandbox/sandpack-react" : " 2.13.5" ,
6162 "autoprefixer" : " ^10.4.2" ,
6263 "babel-eslint" : " 10.x" ,
6364 "babel-plugin-react-compiler" : " 19.0.0-beta-e552027-20250112" ,
65+ "chalk" : " 4.1.2" ,
6466 "eslint" : " 7.x" ,
6567 "eslint-config-next" : " 12.0.3" ,
6668 "eslint-config-react-app" : " ^5.2.1" ,
You can’t perform that action at this time.
0 commit comments