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
+1 -2
View File
@@ -5,8 +5,7 @@
"workspaces": [
"apps/*",
"packages/*",
"worker",
"packages/cli"
"worker"
],
"scripts": {
"dev": "turbo dev",