Skip to content

Commit

Permalink
chore(eslint-plugin): [prefer-nullish-coalescing] removed forceSugges…
Browse files Browse the repository at this point in the history
…tionFixer option (#5835)
  • Loading branch information
adnanhashmi09 committed Oct 24, 2022
1 parent d14591c commit fe80a43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/eslint-plugin/src/rules/prefer-nullish-coalescing.ts
Expand Up @@ -48,9 +48,6 @@ export default util.createRule<Options, MessageIds>({
ignoreMixedLogicalExpressions: {
type: 'boolean',
},
forceSuggestionFixer: {
type: 'boolean',
},
},
additionalProperties: false,
},
Expand Down

0 comments on commit fe80a43

Please sign in to comment.