refactor: setup prettier as formatter for the whole monorepo (#26)

This commit is contained in:
Marco Pasqualetti
2026-01-20 18:38:20 +01:00
committed by GitHub
parent 8c065b473f
commit 74b314ab0f
91 changed files with 1301 additions and 1289 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"useTabs": false,
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2
}