Skip to content

Commit

Permalink
fix(eslint): Fix the lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
LI-NA committed Apr 22, 2024
1 parent 8e5dae9 commit a410c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
{
"checksVoidReturn": false
}
]
}
],
"@typescript-eslint/no-unused-vars": "warn"
},
"ignorePatterns": [".next/", "out/", "components/ui/", "devServer.js"]
}
1 change: 0 additions & 1 deletion pages/[locale]/[map]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export default function MapIndex() {

return (
<>
<div></div>
<MapStage map={map} />
<AlertDialog open={initDialogOpen}>
<AlertDialogContent>
Expand Down

0 comments on commit a410c2e

Please sign in to comment.