This commit is contained in:
2026-04-04 10:38:45 +02:00
parent 3314a37245
commit 2b79dd0eef
6 changed files with 39 additions and 0 deletions

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}