Naprawa pobierania komponentów - aktualizacja ciasteczek i konfiguracji

This commit is contained in:
NoNamedCobble
2026-01-30 08:57:18 +01:00
commit 37c62f4a50
19 changed files with 12901 additions and 0 deletions

25
.prettierrc Normal file
View File

@@ -0,0 +1,25 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"proseWrap": "preserve",
"overrides": [
{
"files": "*.xml",
"options": {
"parser": "babel"
}
},
{
"files": "*.less",
"options": {
"parser": "less"
}
}
]
}