diff --git a/package.json b/package.json index 1e95c231..079f547c 100644 --- a/package.json +++ b/package.json @@ -136,6 +136,6 @@ }, "lint-staged": { "*.{js,jsx,ts,tsx}": ["biome check --write --unsafe"], - "*.{json,md}": ["biome format --write"] + "*.{json}": ["biome format --write"] } }