This commit is contained in:
Michał Chudy
2025-10-31 16:13:30 +01:00
parent d1d9b956c5
commit df0ef23857
13 changed files with 53729 additions and 0 deletions

11
.prettierrc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"trailingComma": "es5",
"singleQuote": true,
"attributeSort": "ASC",
"singleAttributePerLine": true,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"semi": true,
"printWidth": 110
}