storybookjs / eslint-plugin-storybook

🎗Official ESLint plugin for Storybook
MIT License
245 stars 52 forks source link

no-uninstalled-addons: support satisfies operator and default reexport #139

Closed hjoelh closed 11 months ago

hjoelh commented 1 year ago

Issue: #

What Changed

no-uninstalled-addons now works with 2 additional export ways

(as shown in the docs)

const config: StorybookConfig = {
...
};

export default config;

&

export default {
  addons: [
    ...
  ],
} satisfies StorybookConfig;

Checklist

Check the ones applicable to your change:

Change Type

Indicate the type of change your pull request is:

github-actions[bot] commented 11 months ago

:rocket: PR was released in v0.6.15 :rocket: