Skip to content

Commit

Permalink
fix: remove prefer-regexp-exec
Browse files Browse the repository at this point in the history
Some people bypass it.
  • Loading branch information
targos committed Oct 31, 2022
1 parent ff9954e commit 59f2465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ module.exports = {
'@typescript-eslint/prefer-nullish-coalescing': 'off',
'@typescript-eslint/prefer-optional-chain': 'warn',
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
'@typescript-eslint/prefer-regexp-exec': 'error',
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
'@typescript-eslint/prefer-ts-expect-error': 'error',
'@typescript-eslint/require-array-sort-compare': 'error',
Expand Down

0 comments on commit 59f2465

Please sign in to comment.