feat: basic tempate

This commit is contained in:
2026-04-14 18:39:30 -06:00
commit c1d8e228cf
13 changed files with 445 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { Configuration } from "lint-staged"
const lintStagedConfig: Configuration = {
"*": "biome check --write --no-errors-on-unmatched"
}
export default lintStagedConfig