chore: update configurations

This commit is contained in:
Riccardo
2024-05-11 09:25:01 +02:00
parent afa1b943e7
commit 6333a5584e
5 changed files with 6136 additions and 4048 deletions

View File

@@ -17,6 +17,6 @@
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/consistent-type-definitions": ["error", "type"]
"@typescript-eslint/consistent-type-definitions": "error"
}
}