Skip to content

Commit 42fabfe

Browse files
ESLint: Enabled no-dupe-disjunctions rule (#2951)
1 parent f471d2d commit 42fabfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757

5858
// regexp
5959
'regexp/no-assertion-capturing-group': 'error',
60-
// 'regexp/no-dupe-disjunctions': 'error',
60+
'regexp/no-dupe-disjunctions': 'error',
6161
'regexp/no-empty-alternative': 'error',
6262
'regexp/no-empty-lookarounds-assertion': 'error',
6363
'regexp/no-lazy-ends': 'error',

0 commit comments

Comments
 (0)