Skip to content

Commit

Permalink
Add no-dupe-else-if rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 24, 2019
1 parent 18bcd82 commit 0735a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'no-control-regex': 'error',
'no-debugger': 'error',
'no-dupe-args': 'error',
'no-dupe-else-if': 'error',
'no-dupe-keys': 'error',
'no-duplicate-case': 'error',
'no-empty-character-class': 'error',
Expand Down

0 comments on commit 0735a5c

Please sign in to comment.