refactor: moved to new @djledda/ladder and vite

This commit is contained in:
Daniel Ledda
2022-05-28 19:05:29 +02:00
parent b4e3ecfac6
commit 9224cea4dc
31 changed files with 977 additions and 7058 deletions

View File

@@ -16,6 +16,10 @@
"@typescript-eslint"
],
"rules": {
"object-curly-spacing": [
"error",
"always"
],
"indent": [
"error",
4