Skip to content

Commit

Permalink
chore(eslint-plugin): [no-confusing-void-expression] explicitly state…
Browse files Browse the repository at this point in the history
… default options in rule doc (#8407)
  • Loading branch information
kazarmy committed Feb 10, 2024
1 parent f2ba302 commit 379f742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default createRule<Options, MessageId>({
fixable: 'code',
hasSuggestions: true,
},
defaultOptions: [{}],
defaultOptions: [{ ignoreArrowShorthand: false, ignoreVoidOperator: false }],

create(context, [options]) {
return {
Expand Down

0 comments on commit 379f742

Please sign in to comment.