Skip to content

Commit 19bdc79

Browse files
committed
fix: resolve conflict
1 parent 57282d1 commit 19bdc79

1 file changed

Lines changed: 4 additions & 24 deletions

File tree

package.json

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,29 @@
44
"scripts": {
55
"analyze": "ANALYZE=true next build",
66
"dev": "next-remote-watch ./src/content",
7-
<<<<<<< HEAD
87
"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",
138
"lint": "next lint && eslint \"src/content/**/*.md\"",
149
"lint:fix": "next lint --fix && eslint \"src/content/**/*.md\" --fix",
15-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
1610
"format:source": "prettier --config .prettierrc --write \"{plugins,src}/**/*.{js,ts,jsx,tsx,css}\"",
1711
"nit:source": "prettier --config .prettierrc --list-different \"{plugins,src}/**/*.{js,ts,jsx,tsx,css}\"",
1812
"prettier": "yarn format:source",
1913
"prettier:diff": "yarn nit:source",
2014
"lint-heading-ids": "node scripts/headingIdLinter.js",
2115
"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",
2717
"tsc": "tsc --noEmit",
2818
"start": "next start",
2919
"postinstall": "yarn --cwd eslint-local-rules install && is-ci || husky install .husky",
3020
"check-all": "npm-run-all prettier lint:fix tsc rss",
3121
"rss": "node scripts/generateRss.js",
32-
<<<<<<< HEAD
3322
"cache-reset": "rm -rf node_modules/.cache && rm -rf .next && yarn cache clean",
3423
"lint-editorconfig": "yarn editorconfig-checker",
3524
"textlint-test": "yarn mocha ./textlint/tests/utils && yarn mocha ./textlint/tests/rules",
3625
"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",
3927
"deadlinks": "node scripts/deadLinkChecker.js",
4028
"copyright": "node scripts/copyright.js",
4129
"test:eslint-local-rules": "yarn --cwd eslint-local-rules test"
42-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
4330
},
4431
"dependencies": {
4532
"@codesandbox/sandpack-react": "2.13.5",
@@ -79,24 +66,17 @@
7966
"asyncro": "^3.0.0",
8067
"autoprefixer": "^10.4.2",
8168
"babel-eslint": "10.x",
82-
<<<<<<< HEAD
8369
"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",
8770
"chalk": "4.1.2",
88-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
71+
"editorconfig-checker": "^6.0.1",
8972
"eslint": "7.x",
9073
"eslint-config-next": "12.0.3",
9174
"eslint-config-react-app": "^5.2.1",
9275
"eslint-plugin-flowtype": "4.x",
9376
"eslint-plugin-import": "2.x",
9477
"eslint-plugin-jsx-a11y": "6.x",
95-
<<<<<<< HEAD
96-
"eslint-plugin-mark": "^0.1.0-canary.2",
97-
=======
9878
"eslint-plugin-local-rules": "link:eslint-local-rules",
99-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
79+
"eslint-plugin-mark": "^0.1.0-canary.2",
10080
"eslint-plugin-react": "7.x",
10181
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
10282
"eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215",

0 commit comments

Comments
 (0)