Commit 5a091a6
committed
ci(hooks): align local lint with CI
## Summary
Make the local pre-commit lint stage match CI and fix the test import
order that CI caught.
## Changes
- reorder builtin imports in the CLI regression test to satisfy eslint
- run pnpm lint in pre-commit instead of package-scoped turbo lint
## Testing
- pnpm lint
- pnpm --filter @recallnet/codecontext-cli test
- sh -n .husky/pre-commit1 parent 6fb4668 commit 5a091a6
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments