Skip to content

Commit

Permalink
Disable some excessively annoying new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
linuswillner committed Jan 24, 2024
1 parent 6cf3b92 commit 4817f5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"@typescript-eslint/no-confusing-void-expression": ["error", {
"ignoreArrowShorthand": true,
"ignoreVoidOperator": true
}],
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/consistent-type-imports": ["error", {
"prefer": "no-type-imports"
}]
}
}

0 comments on commit 4817f5e

Please sign in to comment.