diff --git a/package.json b/package.json index e73452e..e4b81ae 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,10 @@ "biome lint --write", "eslint --fix --flag unstable_ts_config" ], - "*.{json,css,js,ts}": ["biome format --write", "biome lint --write"] + "*.{json,css,js,ts,yml,yaml}": [ + "biome format --write", + "biome lint --write" + ] }, "config": { "commitizen": {