mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Update Biome check command and improve server build setup
This commit is contained in:
@@ -73,7 +73,7 @@ async function setupHusky(projectDir: string) {
|
||||
|
||||
packageJson["lint-staged"] = {
|
||||
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
|
||||
"biome check --no-errors-on-unmatched --files-ignore-unknown=true",
|
||||
"biome check --write .",
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user