diff --git a/package.json b/package.json index 3ad1495..5d869d1 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,6 @@ "testEnvironment": "node" }, "lint-staged": { - "**.js|ts|json": "biome check --apply --no-errors-on-unmatched" + "**/*.@(js|ts|json)": "biome check --apply --no-errors-on-unmatched" } }