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:
+1
-2
@@ -5,8 +5,7 @@
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*",
|
||||
"worker",
|
||||
"packages/cli"
|
||||
"worker"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "turbo dev",
|
||||
|
||||
Reference in New Issue
Block a user