Skip to content

Commit

Permalink
fix: disable @typescript-eslint/no-unsafe-enum-comparison rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeltscher committed Nov 17, 2023
1 parent d63e040 commit 9c7bc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
rules: {
'@typescript-eslint/no-unsafe-enum-comparison': 'off',
'@typescript-eslint/consistent-type-definitions': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
Expand Down

0 comments on commit 9c7bc6b

Please sign in to comment.