nuxt rewrite

This commit is contained in:
2025-09-25 22:19:06 +02:00
parent ee56a59aef
commit 7cdf77cb52
63 changed files with 395 additions and 11065 deletions

10
website/.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120,
"semi": true,
"bracketSpacing": true,
"objectWrap": "collapse",
"bracketSameLine": true
}