Skip to content

Commit

Permalink
Some more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkipl27 committed Mar 28, 2024
1 parent d5f6d82 commit fbd0e02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"root": false,
"extends": "next/core-web-vitals",
"@typescript-eslint/no-explicit-any": "off"
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}

0 comments on commit fbd0e02

Please sign in to comment.