Skip to content

Commit

Permalink
Declare plugins as peer dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KamilaBorowska committed Dec 27, 2023
1 parent 6e24f73 commit 3871f46
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 50 deletions.

0 comments on commit 3871f46

Please sign in to comment.