Skip to content

Commit

Permalink
ESLint: Enabled no-dupe-disjunctions rule (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jun 17, 2021
1 parent f471d2d commit 42fabfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -57,7 +57,7 @@ module.exports = {

// regexp
'regexp/no-assertion-capturing-group': 'error',
// 'regexp/no-dupe-disjunctions': 'error',
'regexp/no-dupe-disjunctions': 'error',
'regexp/no-empty-alternative': 'error',
'regexp/no-empty-lookarounds-assertion': 'error',
'regexp/no-lazy-ends': 'error',
Expand Down

0 comments on commit 42fabfe

Please sign in to comment.