diff options
Diffstat (limited to 'eslint.config.js')
-rw-r--r-- | eslint.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js index ab7efa3df..f12bf49d1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -111,6 +111,8 @@ export default [ // In some cases, using explicit letter-casing is more performant than the `i` flag 'regexp/use-ignore-case': 'off', + 'regexp/prefer-regexp-exec': 'warn', + 'regexp/prefer-regexp-test': 'warn', }, }, |