A bajillion type errors

This commit is contained in:
Gnarwhal 2024-09-18 15:39:27 +00:00
parent dfcb95bd0d
commit 9fecf5bbfa
Signed by: Gnarwhal
GPG key ID: B9B7561C0C90884D
10 changed files with 36 additions and 45 deletions

View file

@ -1,3 +1,6 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}