diff --git a/.changeset/lovely-lemons-joke.md b/.changeset/lovely-lemons-joke.md new file mode 100644 index 000000000..12f3bb808 --- /dev/null +++ b/.changeset/lovely-lemons-joke.md @@ -0,0 +1,7 @@ +--- +"eslint-plugin-mobx": patch +--- + +Adds an option for the `mobx/exhaustive-make-observable` eslint rule to configure whether fields are annotated with `true` or `false` with the autofixer. + +This option defaults to `true` if not present or an invalid value is received to maintain existing behavior.