Skip to content

Commit

Permalink
feat: enabling unicorn/no-unsafe-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 17, 2020
1 parent d614400 commit 5a7e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
'no-nested-ternary': 'off', // Disabled in favor of `unicorn/no-nested-ternary` which has better nesting detection.
'unicorn/no-nested-ternary': 'error',
'unicorn/no-unreadable-array-destructuring': 'error',
// "unicorn/no-unsafe-regex": "error", // @todo We should resolve these.
'unicorn/no-unsafe-regex': 'error',
'unicorn/no-unused-properties': 'error',
// "unicorn/prefer-includes": "error", // Maybe?
// "unicorn/prefer-query-selector": "error", // Maybe?
Expand Down

0 comments on commit 5a7e1b6

Please sign in to comment.