Skip to content

Commit

Permalink
feat: disable rule @typescript-eslint/prefer-regexp-exec (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeltscher authored Dec 6, 2024
1 parent 19cccd0 commit 2eb1d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const rules = (react: boolean): Linter.RulesRecord => ({
'@typescript-eslint/consistent-type-definitions': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/prefer-regexp-exec': 'off',
'@typescript-eslint/no-var-requires': 'warn',
'@typescript-eslint/no-unused-vars': ['error'],
'@typescript-eslint/no-floating-promises': ['error'],
Expand Down

0 comments on commit 2eb1d23

Please sign in to comment.