chore: initial environment setup

This commit is contained in:
2026-02-24 11:38:36 -06:00
commit b340b1790f
18 changed files with 1214 additions and 0 deletions

8
lint-staged.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
/**
* @filename: lint-staged.config.js
* @type {import('lint-staged').Configuration}
*/
export default {
'*': 'biome check --write --no-errors-on-unmatched'
}