Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 13, 2024
1 parent 74418c6 commit 01ac940
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"next/core-web-vitals",
"next/typescript"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@next/next/no-img-element": "off",
"react-hooks/exhaustive-deps": "off"
}
}
25 changes: 0 additions & 25 deletions eslint.config.js

This file was deleted.

0 comments on commit 01ac940

Please sign in to comment.