Skip to content

Commit

Permalink
Fix prefer-nullish-coalescing too
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 10, 2023
1 parent 64958d3 commit 3201f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default util.createRule<Options, MessageIds>({
type: 'suggestion',
docs: {
description:
'Enforce using the nullish coalescing operator instead of logical chaining',
'Enforce using the nullish coalescing operator instead of logical assignments or chaining',
recommended: 'stylistic',
requiresTypeChecking: true,
},
Expand Down

0 comments on commit 3201f78

Please sign in to comment.