Skip to content

Commit

Permalink
refactor: Enable new regex rules
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Aug 2, 2024
1 parent e028c48 commit 228537c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ export default tseslint.config(
caughtErrorsIgnorePattern: "^_",
},
],
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/prefer-includes": "off",
},
}, {
// To be discussed: Type-aware checks might add quite some additional work when writing tests
Expand Down

0 comments on commit 228537c

Please sign in to comment.