feat: formatting styles and remove blur

This commit is contained in:
2025-04-18 11:53:50 +02:00
parent 901d85381d
commit 11b9aa9edb
5 changed files with 23 additions and 3 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": true
}