Skip to content

Commit 0735a5c

Browse files
committedNov 24, 2019
1 parent 18bcd82 commit 0735a5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'no-control-regex': 'error',
2929
'no-debugger': 'error',
3030
'no-dupe-args': 'error',
31+
'no-dupe-else-if': 'error',
3132
'no-dupe-keys': 'error',
3233
'no-duplicate-case': 'error',
3334
'no-empty-character-class': 'error',

0 commit comments

Comments
 (0)
Please sign in to comment.