Skip to content

Commit

Permalink
fix: turn ts-elint rule off no-explicit-any
Browse files Browse the repository at this point in the history
  • Loading branch information
LordHarsh committed Sep 21, 2024
1 parent dd4b690 commit 9bc4575
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}

0 comments on commit 9bc4575

Please sign in to comment.