upatde: add prettier

This commit is contained in:
Tom Boullay
2026-04-14 08:59:36 +02:00
parent 71916b2329
commit e32be4be53
52 changed files with 1444 additions and 268 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
}