mirror of
https://github.com/i701/sarlink-portal.git
synced 2026-01-09 21:43:41 +00:00
feat: enforce strict TypeScript rules and add biome configuration
This commit is contained in:
@@ -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