We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-dupe-disjunctions
1 parent f471d2d commit 42fabfeCopy full SHA for 42fabfe
.eslintrc.js
@@ -57,7 +57,7 @@ module.exports = {
57
58
// regexp
59
'regexp/no-assertion-capturing-group': 'error',
60
- // 'regexp/no-dupe-disjunctions': 'error',
+ 'regexp/no-dupe-disjunctions': 'error',
61
'regexp/no-empty-alternative': 'error',
62
'regexp/no-empty-lookarounds-assertion': 'error',
63
'regexp/no-lazy-ends': 'error',
0 commit comments