Brandon Cheng
|
01914345d5
|
build: enable @typescript-eslint/no-import-type-side-effects (#10630)
* build: enable `@typescript-eslint/no-import-type-side-effects`
* build: disable `@typescript-eslint/consistent-type-imports`
* chore: apply fixes for `no-import-type-side-effects`
pnpm exec eslint "**/src/**/*.ts" "**/test/**/*.ts" --fix
|
2026-03-08 00:02:48 +01:00 |
|
Zoltan Kochan
|
491a84fb26
|
feat: use ESM instead of commonjs (#9870)
|
2025-08-25 10:02:00 +02:00 |
|
Zoltan Kochan
|
facd7656e8
|
refactor: always use extensions in relative imports (#9878)
|
2025-08-19 15:25:11 +02:00 |
|
Zoltan Kochan
|
c89c93d59b
|
test: use @jest/globals (#9877)
|
2025-08-19 00:16:25 +02:00 |
|
Zoltan Kochan
|
14c78e81d4
|
test: use jest.mocked (#9874)
|
2025-08-18 15:22:37 +02:00 |
|
Khải
|
c96eb2b042
|
fix(lifecycle): skip verify for install hooks (#8957)
close #8954
---------
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2025-01-10 23:14:27 +01:00 |
|
Zoltan Kochan
|
d47c4266db
|
perf: faster repeat install (#8838)
|
2024-12-08 23:42:33 +01:00 |
|
Zoltan Kochan
|
7997ed4ae2
|
fix: running install automatically before run (#8805)
|
2024-11-25 14:02:17 +01:00 |
|
Zoltan Kochan
|
4dd27a894f
|
feat: add an option to install dependencies before running scripts (#8781)
|
2024-11-25 09:02:12 +01:00 |
|