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

Declare plugins as peer dependencies #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 27, 2023

  1. Declare plugins as peer dependencies

    ESLint documentation says the following:
    
    > If your shareable config depends on a plugin, you should also specify
    > it as a peerDependency (plugins will be loaded relative to the end
    > user's project, so the end user is required to install the plugins
    > they need).
    
    Fixes preactjs#19.
    KamilaBorowska committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3871f46 View commit details
    Browse the repository at this point in the history