We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unicorn/no-unsafe-regex
1 parent 2492c75 commit ea38658Copy full SHA for ea38658
index.js
@@ -34,7 +34,7 @@ module.exports = {
34
'unicorn/regex-shorthand': 'error',
35
'unicorn/prefer-spread': 'error',
36
'unicorn/error-message': 'error',
37
- 'unicorn/no-unsafe-regex': 'error',
+ 'unicorn/no-unsafe-regex': 'off',
38
'unicorn/prefer-add-event-listener': 'error'
39
}
40
readme.md
@@ -53,7 +53,7 @@ Configure it in `package.json`.
53
"unicorn/regex-shorthand": "error",
54
"unicorn/prefer-spread": "error",
55
"unicorn/error-message": "error",
56
- "unicorn/no-unsafe-regex": "error",
+ "unicorn/no-unsafe-regex": "off",
57
"unicorn/prefer-add-event-listener": "error"
58
59
0 commit comments