Skip to content

Commit

Permalink
Add no-useless-backreference rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 2, 2021
1 parent 1972f6f commit cab175e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -69,6 +69,7 @@ module.exports = {
'no-unreachable-loop': 'error',
'no-unsafe-finally': 'error',
'no-unsafe-negation': 'error',
'no-useless-backreference': 'error',
'use-isnan': 'error',
'valid-typeof': [
'error',
Expand Down

0 comments on commit cab175e

Please sign in to comment.