feat: enforce strict TypeScript rules and add biome configuration

This commit is contained in:
2025-06-28 12:01:17 +05:00
parent 11ac852762
commit 79ecb625d9
5 changed files with 205 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
"next/typescript"
],
"rules": {
"@typescript-eslint/no-explicit-any": "warn"
"@typescript-eslint/no-explicit-any": "error"
}
}