0
votes

I just updated all my ESLint libraries. The only weird change I saw looked like this:

  const {
    checked,
    unsupported,
    onChange,
    labelOverride,
    disabledSpinner,
  } = props;

-->

  const { checked, unsupported, onChange, labelOverride, disabledSpinner } =
    props;

Can someone let me know what rule would do this? I thought it might be object-curly-newline after searching, but I realized that rule is already set to off.