Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(no-uninstalled-addons): add uninstalled plugin rule #96

Merged
merged 6 commits into from Jul 10, 2022

Commits on Jul 1, 2022

  1. Copy the full SHA
    4f87d10 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. fix(no-uninstalled-addons): support /register and /preset on addon name

    Co-authored-by: Andre Santos <andre.santos0906@gmail.com>
    yannbf and andrelas1 committed Jul 10, 2022
    Copy the full SHA
    489c7d6 View commit details
    Browse the repository at this point in the history
  2. fix(no-uninstalled-addons): handle scenario where package.json is not…

    … found
    
    Co-authored-by: Andre Santos <andre.santos0906@gmail.com>
    yannbf and andrelas1 committed Jul 10, 2022
    Copy the full SHA
    168e0b0 View commit details
    Browse the repository at this point in the history
  3. feat(no-uninstalled-addons): support all kinds of addon declarations

    Co-authored-by: Andre Santos <andre.santos0906@gmail.com>
    yannbf and andrelas1 committed Jul 10, 2022
    Copy the full SHA
    bebd0f6 View commit details
    Browse the repository at this point in the history
  4. fix(no-uninstalled-addons): fix logic on addon names

    previously it was stripping out /preset or /register even if it was in the middle of the addo name such as @storybook/preset-create-react-app, which was incorrect.
    
    Co-authored-by: Andre Santos <andre.santos0906@gmail.com>
    yannbf and andrelas1 committed Jul 10, 2022
    Copy the full SHA
    567e208 View commit details
    Browse the repository at this point in the history
  5. fix(no-uninstalled-addons): restrict rule to .storybook folder

    And add a section on how to configure if users have a custom config directory
    
    Co-authored-by: Andre Santos <andre.santos0906@gmail.com>
    yannbf and andrelas1 committed Jul 10, 2022
    Copy the full SHA
    f2bae3a View commit details
    Browse the repository at this point in the history