fix: change deprecated --apply flag to --write

This commit is contained in:
Artur Mostowski
2025-01-21 18:57:53 +01:00
parent 8287e42e6e
commit d141906251

View File

@@ -11,7 +11,7 @@
"type-check": "tsc --noEmit --isolatedDeclarations", "type-check": "tsc --noEmit --isolatedDeclarations",
"new-post": "node scripts/new-post.js", "new-post": "node scripts/new-post.js",
"format": "biome format --write ./src", "format": "biome format --write ./src",
"lint": "biome check --apply ./src", "lint": "biome check --write ./src",
"preinstall": "npx only-allow pnpm" "preinstall": "npx only-allow pnpm"
}, },
"dependencies": { "dependencies": {