Commit 750daf5
chore: add root lint/typecheck scripts; drop dead lint scripts
`pnpm run lint` / `pnpm run typecheck` now work from the repo root
(recursive, matching the existing `build`/`test` pattern) — no need to know
which package to cd into. Removed the phantom `lint` scripts from data-sync
and data-persistence: they had no eslint config or dependency and always
errored, which would otherwise break the recursive root lint. CI already
lints only @adobe/data, so nothing relied on them.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 77436e8 commit 750daf5
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments