Adde Biome formatter and linter

This commit is contained in:
2025-07-01 19:38:45 +02:00
parent 969660abc8
commit a859439353
4 changed files with 62 additions and 19 deletions

View File

@ -10,7 +10,9 @@
"astro": "astro",
"type-check": "astro check",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide",
"format": "prettier --write \"./src/**/*.{js,mjs,ts,astro,svelte,css,md,json}\"",
"format": "biome format --write .",
"lint": "biome lint --write .",
"lint:fix": "biome check --write .",
"watch-messages": "paraglide-js compile --watch --project ./project.inlang --outdir ./src/paraglide"
},
"dependencies": {