Skip to content

Commit 478d775

Browse files
committed
Revert "Unify code style"
This reverts commit b683865.
1 parent b683865 commit 478d775

File tree

5 files changed

+7
-83
lines changed

5 files changed

+7
-83
lines changed

.editorconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

frontend/.eslintrc.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extends": ["next/core-web-vitals", "next/typescript", "prettier"],
3-
"plugins": ["prettier"],
4-
"rules": {
5-
"prettier/prettier": "error"
6-
}
2+
"extends": [
3+
"next/core-web-vitals",
4+
"next/typescript"
5+
]
76
}

frontend/.prettierignore

Lines changed: 0 additions & 39 deletions
This file was deleted.

frontend/.prettierrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

frontend/package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
"build": "next build",
88
"start": "NODE_ENV=production node server.js",
99
"lint": "next lint",
10-
"lint:fix": "next lint --fix",
11-
"format": "prettier --write .",
12-
"format:check": "prettier --check .",
1310
"type-check": "tsc --noEmit",
14-
"check-all": "npm run type-check && npm run lint && npm run format:check && npm run build"
11+
"check-all": "npm run type-check && npm run lint && npm run build"
1512
},
1613
"dependencies": {
1714
"@ant-design/icons": "^6.0.0",
@@ -64,7 +61,7 @@
6461
"katex": "^0.16.11",
6562
"lucide-react": "^0.454.0",
6663
"mermaid": "^11.12.0",
67-
"next": "^15.5.9",
64+
"next": "15.5.7",
6865
"next-i18next": "^15.4.2",
6966
"next-themes": "^0.4.4",
7067
"react": "18.2.0",
@@ -78,7 +75,7 @@
7875
"react-markdown": "^8.0.7",
7976
"react-organizational-chart": "^2.2.1",
8077
"react-resizable-panels": "^2.1.7",
81-
"react-syntax-highlighter": "^16.1.0",
78+
"react-syntax-highlighter": "^15.5.0",
8279
"reactflow": "^11.11.4",
8380
"recharts": "2.15.0",
8481
"rehype-katex": "^6.0.3",
@@ -101,10 +98,7 @@
10198
"@types/react-dom": "18.3.6",
10299
"eslint": "^9.34.0",
103100
"eslint-config-next": "15.5.7",
104-
"eslint-config-prettier": "^9.1.0",
105-
"eslint-plugin-prettier": "^5.1.3",
106101
"postcss": "^8",
107-
"prettier": "^3.2.5",
108102
"tailwindcss": "^3.4.17",
109103
"typescript": "5.8.3"
110104
}

0 commit comments

Comments
 (0)