Commit 7f64c3f
fix(lint): remove forbidden lint scripts, align coverage/test scripts with n-rules canon (#11)
- Drop root package.json scripts.lint / lint-* — lint runs only via
`npx @7n/rules lint`, per bun.mdc policy-deny gate (bun/package_json).
- scripts.coverage now runs `npx @7n/rules lint test --no-fix`, matching
the test/package_json substring requirement shipped in @7n/rules 1.45.0
(new coverage/mutation lint-detector concern).
- scripts.test now runs `bun run --bun vitest run` so forked vitest pool
processes inherit the Bun engine (required for Bun-native built-ins
like `import { SQL } from 'bun'`).
- bun.lock updated via `bun i` (bumps @7n/rules to ^1.45.0, reconciles
stale @7n/tauri-components lockfile entries).
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 3ed8366 commit 7f64c3f
2 files changed
Lines changed: 6 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 15 | + | |
| 16 | + | |
25 | 17 | | |
26 | 18 | | |
27 | | - | |
| 19 | + | |
28 | 20 | | |
29 | 21 | | |
30 | 22 | | |
| |||
0 commit comments