minor update (#195)

* refactor: update package.json dependencies and build tools

* feat: bump up geist font version

* refactor: non-nullable-type-assertion-style bypass

* chore: bump up version in package.json

* docs: update get started doc

* styles: prettier format
This commit is contained in:
Spedon
2023-12-14 13:48:45 +08:00
committed by GitHub
parent 1e2f1fadde
commit 30a01cfd63
6 changed files with 69 additions and 71 deletions

View File

@@ -22,6 +22,7 @@
"arrow-body-style": "off",
"prefer-arrow-callback": "off",
"import/no-cycle": "error",
"@typescript-eslint/non-nullable-type-assertion-style": "off",
"sort-imports": [
"error",
{