We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9142f9 commit 26771c8Copy full SHA for 26771c8
client/.eslintrc.json
client/package.json
@@ -6,7 +6,6 @@
6
"staging": "NODE_ENV=staging next dev -p 3010",
7
"build": "next build",
8
"start": "next start",
9
- "lint": "next lint",
10
"check": "biome check .",
11
"check:fix": "biome check --write .",
12
"type-check": "tsc --noEmit"
@@ -36,8 +35,6 @@
36
35
"@types/node": "^22",
37
"@types/react": "^18",
38
"@types/react-dom": "^18",
39
- "eslint": "^8",
40
- "eslint-config-next": "14.2.3",
41
"postcss": "^8",
42
"tailwindcss": "^4.1.10",
43
"tw-animate-css": "^1.3.4",
0 commit comments