chore: updated pattern

This commit is contained in:
Hackntosh 2024-02-05 18:24:10 +00:00
parent cab4a0d9f1
commit e17e9bfa72

View file

@ -113,6 +113,6 @@
"testEnvironment": "node" "testEnvironment": "node"
}, },
"lint-staged": { "lint-staged": {
"**.js|ts|json": "biome check --apply --no-errors-on-unmatched" "**/*.@(js|ts|json)": "biome check --apply --no-errors-on-unmatched"
} }
} }