fix: add type annotation to recentTournaments and fix ESLint configuration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": ["next/core-web-vitals", "next/typescript"],
|
||||
"ignorePatterns": [
|
||||
".next",
|
||||
"out",
|
||||
"build",
|
||||
"next-env.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user