Merge pull request #298 from Vulwsztyn/biome_check_flag_update

fix: change deprecated --apply flag to --write
This commit is contained in:
Katsuyuki Karasawa 2025-03-27 21:57:05 +09:00 committed by GitHub
commit 2fc2dd3200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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