Skip to content

Commit

Permalink
Enable quick fix for S1126 ('prefer-single-boolean-return') (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassin-kammoun-sonarsource committed Mar 24, 2022
1 parent 624fdf3 commit 85a6479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint-bridge/src/quickfix.ts
Expand Up @@ -50,6 +50,7 @@ const quickFixRules = new Set([
'no-inverted-boolean-check',
'no-redundant-jump',
'prefer-immediate-return',
'prefer-single-boolean-return',
'prefer-while',

// @typescript-eslint plugin
Expand Down

0 comments on commit 85a6479

Please sign in to comment.