Feat/carousel impl #1

Merged
ilia merged 11 commits from feat/carousel-impl into main 2026-07-01 06:30:09 +00:00
Showing only changes of commit eefff9344f - Show all commits
+2 -2
View File
@@ -1,9 +1,9 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"files": { "includes": ["src/**/*", "tests/**/*", "e2e/**/*", "*.ts", "*.json"] },
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 },
"linter": { "enabled": true, "rules": { "recommended": true } },
"linter": { "enabled": true, "rules": { "preset": "recommended" } },
"javascript": {
"formatter": {
"quoteStyle": "single",