chore(integration): drop broken @project-e/cli, add eslint config

- Remove packages/cli (referenced dropped v1 'records' table, broken since 6c438ea)
- Remove packages/cli from root workspaces
- Add eslint + eslint-config-next to apps/web so 'npm run lint' runs
- Regenerate package-lock.json

This unblocks typecheck/build/lint for the v2 rewrite.
This commit is contained in:
Hermes Coding Manager
2026-07-29 08:09:59 -04:00
parent e604ff290b
commit d7320be5e3
17 changed files with 3919 additions and 1659 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"extends": ["next/core-web-vitals"]
}
+2
View File
@@ -82,6 +82,8 @@
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"autoprefixer": "^10.5.2",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.22",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.19",
"tailwindcss-animate": "^1.0.7",
File diff suppressed because one or more lines are too long