Skip to content

Commit c1b5d2f

Browse files
committed
fix: fix more linting errors and add linting to lint-stage
1 parent 220c1fe commit c1b5d2f

5 files changed

Lines changed: 601 additions & 605 deletions

File tree

apps/web/package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "web",
3-
"version": "0.1.0",
4-
"type": "module",
5-
"private": true,
6-
"scripts": {
7-
"dev": "next dev --turbopack --port 3000",
8-
"build": "next build",
9-
"start": "next start",
10-
"lint": "eslint . --max-warnings 0",
11-
"check-types": "tsc --noEmit",
12-
"test": "vitest --run",
13-
"test:watch": "vitest --watch",
14-
"test:ui": "vitest --ui"
15-
},
16-
"dependencies": {
17-
"@eventer/ui": "workspace:*",
18-
"@t3-oss/env-nextjs": "^0.13.7",
19-
"better-sqlite3": "^11.10.0",
20-
"dotenv": "^17.0.0",
21-
"drizzle-orm": "^0.44.2",
22-
"hono": "^4.7.11",
23-
"mysql2": "^3.14.1",
24-
"next": "^15.3.0",
25-
"pg": "^8.16.0",
26-
"react": "^19.1.0",
27-
"react-dom": "^19.1.0",
28-
"react-icons": "^5.5.0",
29-
"zod": "^3.25.56"
30-
},
31-
"devDependencies": {
32-
"@eventer/eslint-config": "workspace:*",
33-
"@eventer/typescript-config": "workspace:*",
34-
"@types/node": "^22.15.3",
35-
"@types/react": "19.1.8",
36-
"@types/react-dom": "19.1.6",
37-
"drizzle-kit": "^0.31.1",
38-
"eslint": "^9.28.0",
39-
"tsx": "^4.7.1",
40-
"typescript": "5.8.2",
41-
"@eventer/backend": "workspace:*"
42-
}
2+
"name": "web",
3+
"version": "0.1.0",
4+
"type": "module",
5+
"private": true,
6+
"scripts": {
7+
"dev": "next dev --turbopack --port 3000",
8+
"build": "next build",
9+
"start": "next start",
10+
"lint": "eslint . --max-warnings 0",
11+
"check-types": "tsc --noEmit",
12+
"test": "vitest --run",
13+
"test:watch": "vitest --watch",
14+
"test:ui": "vitest --ui"
15+
},
16+
"dependencies": {
17+
"@eventer/ui": "workspace:*",
18+
"@t3-oss/env-nextjs": "^0.13.7",
19+
"better-sqlite3": "^11.10.0",
20+
"dotenv": "^17.0.0",
21+
"drizzle-orm": "^0.44.2",
22+
"hono": "^4.7.11",
23+
"mysql2": "^3.14.1",
24+
"next": "^15.3.0",
25+
"pg": "^8.16.0",
26+
"react": "^19.1.0",
27+
"react-dom": "^19.1.0",
28+
"react-icons": "^5.5.0",
29+
"zod": "^3.25.56"
30+
},
31+
"devDependencies": {
32+
"@eventer/eslint-config": "workspace:*",
33+
"@eventer/typescript-config": "workspace:*",
34+
"@types/node": "^22.15.3",
35+
"@types/react": "19.1.8",
36+
"@types/react-dom": "19.1.6",
37+
"drizzle-kit": "^0.31.1",
38+
"eslint": "^9.28.0",
39+
"tsx": "^4.7.1",
40+
"typescript": "5.8.2",
41+
"@eventer/backend": "workspace:*"
42+
}
4343
}

0 commit comments

Comments
 (0)