feat: enforce strict TypeScript rules and add biome configuration
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@
|
||||
"next/typescript"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-explicit-any": "warn"
|
||||
"@typescript-eslint/no-explicit-any": "error"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user