@kalutskii/foundation 0.7.20 → 0.7.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +463 -429
- package/dist/index.js +954 -644
- package/package.json +26 -30
package/README.md
CHANGED
|
@@ -312,7 +312,7 @@ bun install --frozen-lockfile
|
|
|
312
312
|
```bash
|
|
313
313
|
bun test src/<module>/<module>.spec.ts
|
|
314
314
|
bun run typecheck
|
|
315
|
-
bunx
|
|
315
|
+
bunx oxlint src/<module>
|
|
316
316
|
```
|
|
317
317
|
|
|
318
318
|
Run focused checks first to shorten feedback loops. Do not claim a command passed unless it was actually executed
|