Skip to content

Commit

Permalink
feat: add looser eslint rules for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed May 2, 2024
1 parent 110d0f9 commit 4ffd43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"testing-library/no-unnecessary-act": "off",
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-explicit-any": "off",
"no-unsafe-optional-chaining": "off"
}
}
],
Expand Down

0 comments on commit 4ffd43f

Please sign in to comment.