chore: add eslint and prettier setup for center and guild

This commit is contained in:
nav
2026-05-12 08:42:47 +00:00
parent 07c8a0f99d
commit ea32aeb819
9 changed files with 2827 additions and 3 deletions

6
.prettierrc Normal file
View File

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