chore: environment initial setup

This commit is contained in:
2026-02-18 17:29:44 -06:00
commit 713b2e7363
12 changed files with 473 additions and 0 deletions

7
lint-staged.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { Configuration } from "lint-staged"
const lintStagedConfig: Configuration = {
"*": ["biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"]
}
export default lintStagedConfig