Skip to content

Commit

Permalink
Turn off @typescript-eslint/no-unused-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 15, 2024
1 parent e94ff88 commit 222dcd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-require-imports": "off"
"@typescript-eslint/no-require-imports": "off",
"@typescript-eslint/no-unused-expressions": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 222dcd3

Please sign in to comment.