fix: add type annotation to recentTournaments and fix ESLint configuration

This commit is contained in:
2026-03-29 21:02:56 -07:00
parent 4195710a70
commit bc99dee421
2 changed files with 11 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": ["next/core-web-vitals", "next/typescript"],
"ignorePatterns": [
".next",
"out",
"build",
"next-env.d.ts"
]
}