remove explicity json check as it is already in included files (#26739)

This commit is contained in:
Volnei Munhoz
2026-01-12 10:43:49 +00:00
committed by GitHub
parent ec87eee900
commit 4c0b0115a2
-1
View File
@@ -7,6 +7,5 @@ export default {
skipWarnings
? `biome lint --config-path=biome-staged.json ${files.join(" ")}`
: `biome lint --config-path=biome-staged.json --error-on-warnings ${files.join(" ")}`,
"*.json": (files) => `biome format --config-path=biome-staged.json ${files.join(" ")}`,
"packages/prisma/schema.prisma": ["prisma format"],
};