|
13 | 13 | "prettier:diff": "yarn nit:source",
|
14 | 14 | "lint-heading-ids": "node scripts/headingIdLinter.js",
|
15 | 15 | "fix-headings": "node scripts/headingIdLinter.js --fix",
|
| 16 | +<<<<<<< HEAD |
16 | 17 | "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss lint-editorconfig",
|
| 18 | +======= |
| 19 | + "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks", |
| 20 | +>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
17 | 21 | "tsc": "tsc --noEmit",
|
18 | 22 | "start": "next start",
|
19 | 23 | "postinstall": "is-ci || husky install .husky",
|
20 | 24 | "check-all": "npm-run-all prettier lint:fix tsc rss",
|
21 | 25 | "rss": "node scripts/generateRss.js",
|
| 26 | +<<<<<<< HEAD |
22 | 27 | "cache-reset": "rm -rf node_modules/.cache && rm -rf .next && yarn cache clean",
|
23 | 28 | "lint-editorconfig": "yarn editorconfig-checker",
|
24 | 29 | "textlint-test": "yarn mocha ./textlint/tests/utils && yarn mocha ./textlint/tests/rules",
|
25 | 30 | "textlint-docs": "node ./textlint/generators/genTranslateGlossaryDocs.js && git add wiki/translate-glossary.md",
|
26 | 31 | "textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error && npx --yes eslint@9 -c eslint.config.mjs"
|
| 32 | +======= |
| 33 | + "deadlinks": "node scripts/deadLinkChecker.js" |
| 34 | +>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
27 | 35 | },
|
28 | 36 | "dependencies": {
|
29 | 37 | "@codesandbox/sandpack-react": "2.13.5",
|
|
64 | 72 | "autoprefixer": "^10.4.2",
|
65 | 73 | "babel-eslint": "10.x",
|
66 | 74 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
|
| 75 | +<<<<<<< HEAD |
67 | 76 | "editorconfig-checker": "^6.0.1",
|
| 77 | +======= |
| 78 | + "chalk": "4.1.2", |
| 79 | +>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
68 | 80 | "eslint": "7.x",
|
69 | 81 | "eslint-config-next": "12.0.3",
|
70 | 82 | "eslint-config-react-app": "^5.2.1",
|
|
0 commit comments