Skip to content

Commit

Permalink
fix: rename unicorn/regex-shorthand to unicorn/better-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Mar 8, 2020
1 parent 7d0224b commit 1301ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.js
Expand Up @@ -159,6 +159,7 @@ module.exports = {
'switch-colon-spacing': 'error',
'symbol-description': 'error',
'template-curly-spacing': [ 'error', 'always' ],
'unicorn/better-regex': 'error',
'unicorn/catch-error-name': [ 'error', { name: 'err' } ],
'unicorn/consistent-function-scoping': 'error',
'unicorn/custom-error-definition': 'error',
Expand All @@ -181,7 +182,6 @@ module.exports = {
'unicorn/prefer-text-content': 'error',
'unicorn/prefer-trim-start-end': 'error',
'unicorn/prefer-type-error': 'error',
'unicorn/regex-shorthand': 'error',
'unicorn/throw-new-error': 'error',
'vars-on-top': 'error',
'wrap-iife': 'error'
Expand Down

0 comments on commit 1301ff2

Please sign in to comment.