This commit is contained in:
john 2025-05-03 20:18:13 +02:00
parent e84cf232a5
commit 5595d0ace0
3 changed files with 156 additions and 0 deletions

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"endOfLine": "auto",
"trailingComma": "all",
"printWidth": 100
}