✨ Adde Biome formatter and linter
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user