init
All checks were successful
Deployment / Deploy Storybook (push) Successful in 5m47s

This commit is contained in:
Benjamin Palko 2025-04-01 13:49:37 -04:00
commit a48f0603b2
79 changed files with 3589 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
[*.{js,ts}]
indent_style = tab
indent_size = 4
[{*.{yml,mjs,json}}]
indent_style = space
indent_size = 2