This commit is contained in:
Zsolt Ero
2024-09-25 14:21:32 +02:00
parent c31027198d
commit cf0243521a
5 changed files with 9 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# biome
pnpm biome check --write --unsafe --colors=off --log-level=info --log-kind=pretty . | grep path | sort
#pnpm biome check --write --unsafe .
#pnpm biome check --write --unsafe --colors=off --log-level=info --log-kind=pretty . | grep path | sort
pnpm biome check --write --unsafe .
ruff check --fix .
ruff format .