mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 14:52:52 +01:00
fix: change deprecated --apply flag to --write
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user