Skip to content

Commit d79224b

Browse files
abrichrclaude
andcommitted
fix: add eslint deps to web app
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0603d0a commit d79224b

2 files changed

Lines changed: 2622 additions & 88 deletions

File tree

apps/web/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"clean": "rm -rf .next .turbo"
1212
},
1313
"dependencies": {
14-
"@supabase/supabase-js": "^2.49.0",
1514
"@supabase/ssr": "^0.6.0",
15+
"@supabase/supabase-js": "^2.49.0",
1616
"@wright/shared": "workspace:*",
1717
"next": "^14.2.0",
1818
"react": "^18.3.0",
@@ -23,6 +23,8 @@
2323
"@types/react": "^18.3.0",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.0",
26+
"eslint": "^10.0.3",
27+
"eslint-config-next": "^16.2.0",
2628
"postcss": "^8.4.0",
2729
"tailwindcss": "^3.4.0",
2830
"typescript": "^5.7.0"

0 commit comments

Comments
 (0)