Skip to content

Commit

Permalink
feat: add prefer-regex-literals rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 1, 2022
1 parent 3e5c3fa commit c3601c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module.exports = {
'prefer-promise-reject-errors': [1, {
'allowEmptyReject': true
}],
'prefer-regex-literals': 0,
'prefer-spread': 0,
'prefer-template': 0,
'quote-props': [0, 'as-needed'],
Expand Down

0 comments on commit c3601c6

Please sign in to comment.