chore: DRY the types

This commit is contained in:
2026-07-03 18:55:34 +02:00
parent a57b11b451
commit 045eae553d
6 changed files with 261 additions and 123 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export default defineConfig([
"@typescript-eslint/no-unused-vars": [
"error",
{
varsIgnorePattern: "^_",
varsIgnorePattern: "^_[^_]",
reportUsedIgnorePattern: true,
},
],