Skip to content

Commit

Permalink
migrate to vite builder
Browse files Browse the repository at this point in the history
  • Loading branch information
constant committed Jun 3, 2024
1 parent 0857a78 commit 62efcfe
Show file tree
Hide file tree
Showing 89 changed files with 5,132 additions and 9,293 deletions.
Binary file added .DS_Store
Binary file not shown.
88 changes: 0 additions & 88 deletions .eslintrc.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ node_modules

/.cache
/build
/public/build
.env

/styled-system

/.DS_Store
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit"
},
"biome.requireConfiguration": false
}
Loading

0 comments on commit 62efcfe

Please sign in to comment.