Setup FSD

This commit is contained in:
Nikita Pozdniakov
2026-04-29 15:09:09 +03:00
parent 7fd0ae8a6b
commit 07c90564de
26 changed files with 929 additions and 859 deletions

View File

@@ -30,5 +30,18 @@
"organizeImports": "on"
}
}
}
},
"overrides": [
{
"includes": ["**/*.astro"],
"linter": {
"rules": {
"correctness": {
"noUnusedImports": "off",
"noUnusedVariables": "off"
}
}
}
}
]
}