|
4 | 4 | "scripts": { |
5 | 5 | "analyze": "ANALYZE=true next build", |
6 | 6 | "dev": "next-remote-watch ./src/content", |
7 | | -<<<<<<< HEAD |
8 | 7 | "build": "yarn cache-reset && next build && node --experimental-modules ./scripts/downloadFonts.mjs", |
9 | | - "lint": "next lint", |
10 | | - "lint:fix": "next lint --fix", |
11 | | -======= |
12 | | - "build": "next build && node --experimental-modules ./scripts/downloadFonts.mjs", |
13 | 8 | "lint": "next lint && eslint \"src/content/**/*.md\"", |
14 | 9 | "lint:fix": "next lint --fix && eslint \"src/content/**/*.md\" --fix", |
15 | | ->>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1 |
16 | 10 | "format:source": "prettier --config .prettierrc --write \"{plugins,src}/**/*.{js,ts,jsx,tsx,css}\"", |
17 | 11 | "nit:source": "prettier --config .prettierrc --list-different \"{plugins,src}/**/*.{js,ts,jsx,tsx,css}\"", |
18 | 12 | "prettier": "yarn format:source", |
19 | 13 | "prettier:diff": "yarn nit:source", |
20 | 14 | "lint-heading-ids": "node scripts/headingIdLinter.js", |
21 | 15 | "fix-headings": "node scripts/headingIdLinter.js --fix", |
22 | | -<<<<<<< HEAD |
23 | | - "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss lint-editorconfig", |
24 | | -======= |
25 | | - "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks", |
26 | | ->>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1 |
| 16 | + "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks lint-editorconfig", |
27 | 17 | "tsc": "tsc --noEmit", |
28 | 18 | "start": "next start", |
29 | 19 | "postinstall": "yarn --cwd eslint-local-rules install && is-ci || husky install .husky", |
30 | 20 | "check-all": "npm-run-all prettier lint:fix tsc rss", |
31 | 21 | "rss": "node scripts/generateRss.js", |
32 | | -<<<<<<< HEAD |
33 | 22 | "cache-reset": "rm -rf node_modules/.cache && rm -rf .next && yarn cache clean", |
34 | 23 | "lint-editorconfig": "yarn editorconfig-checker", |
35 | 24 | "textlint-test": "yarn mocha ./textlint/tests/utils && yarn mocha ./textlint/tests/rules", |
36 | 25 | "textlint-docs": "node ./textlint/generators/genTranslateGlossaryDocs.js && git add wiki/translate-glossary.md", |
37 | | - "textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error && npx --yes eslint@9 -c eslint.config.mjs" |
38 | | -======= |
| 26 | + "textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error && npx --yes eslint@9 -c eslint.config.mjs", |
39 | 27 | "deadlinks": "node scripts/deadLinkChecker.js", |
40 | 28 | "copyright": "node scripts/copyright.js", |
41 | 29 | "test:eslint-local-rules": "yarn --cwd eslint-local-rules test" |
42 | | ->>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1 |
43 | 30 | }, |
44 | 31 | "dependencies": { |
45 | 32 | "@codesandbox/sandpack-react": "2.13.5", |
|
79 | 66 | "asyncro": "^3.0.0", |
80 | 67 | "autoprefixer": "^10.4.2", |
81 | 68 | "babel-eslint": "10.x", |
82 | | -<<<<<<< HEAD |
83 | 69 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
84 | | - "editorconfig-checker": "^6.0.1", |
85 | | -======= |
86 | | - "babel-plugin-react-compiler": "^1.0.0", |
87 | 70 | "chalk": "4.1.2", |
88 | | ->>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1 |
| 71 | + "editorconfig-checker": "^6.0.1", |
89 | 72 | "eslint": "7.x", |
90 | 73 | "eslint-config-next": "12.0.3", |
91 | 74 | "eslint-config-react-app": "^5.2.1", |
92 | 75 | "eslint-plugin-flowtype": "4.x", |
93 | 76 | "eslint-plugin-import": "2.x", |
94 | 77 | "eslint-plugin-jsx-a11y": "6.x", |
95 | | -<<<<<<< HEAD |
96 | | - "eslint-plugin-mark": "^0.1.0-canary.2", |
97 | | -======= |
98 | 78 | "eslint-plugin-local-rules": "link:eslint-local-rules", |
99 | | ->>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1 |
| 79 | + "eslint-plugin-mark": "^0.1.0-canary.2", |
100 | 80 | "eslint-plugin-react": "7.x", |
101 | 81 | "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", |
102 | 82 | "eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215", |
|
0 commit comments