chore: 🐛 Change --apply to --write in precommit linting

This commit is contained in:
Jesse Wierzbinski 2024-06-07 19:32:47 -10:00
parent 4902f078a8
commit 3f90625429
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
PATH=$PATH:~/.bun/bin PATH=$PATH:~/.bun/bin
bun install bun install
bun lint --apply bun lint --write
bun check bun check