Skip to content

Commit 45ee7e0

Browse files
skulidropekclaude
andcommitted
style(container): apply lint --fix/--write; drop redundant lib prelint:effect (#412)
Run eslint --fix / biome --write across the PR packages (container, lib, app) and keep the resulting auto-fixes. Also drop lib's prelint:effect: lint:effect is plain ESLint and needs no built container .d.ts (it passed in CI without it). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b0dc80a commit 45ee7e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/lib/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"dev": "tsc -p tsconfig.json --watch",
1414
"prelint": "bun run --cwd ../container build",
1515
"lint": "NODE_OPTIONS=--max-old-space-size=4096 PATH=../../scripts:$PATH vibecode-linter src/",
16-
"prelint:effect": "bun run --cwd ../container build",
1716
"lint:effect": "NODE_OPTIONS=--max-old-space-size=4096 PATH=../../scripts:$PATH eslint --config eslint.effect-ts-check.config.mjs .",
1817
"pretypecheck": "bun run --cwd ../container build",
1918
"typecheck": "tsc --noEmit -p tsconfig.json",

0 commit comments

Comments
 (0)