You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Attempting to update past v4.0.3 results in an error when we run our linter saying eslint-plugin-github couldn't be found. It also points to primer-react/recommended as the spot that's referencing it.
It looks like eslint-plugin-github used to be a dependency AND a devDependency, but was removed from the dependencies in #106.
Since you are using eslint-plugin-githubin the published primer plugin, I think it should be a dependency and not a devDependency.
I'm not familiar with the codebase though, so there may be a better explanation. Another option might be to make it a peerDependency.
The text was updated successfully, but these errors were encountered:
Hey @chadfawcett! Thanks so much for bringing this up, totally agreed too. Not sure how this got removed but it should definitely be a dependency or peerDependency 👍
I'll ask the team to see which one we prefer and respond to the PR that you have open 👀 Thanks again for bringing this up!
Hello! Attempting to update past v4.0.3 results in an error when we run our linter saying
eslint-plugin-github
couldn't be found. It also points toprimer-react/recommended
as the spot that's referencing it.It looks like
eslint-plugin-github
used to be adependency
AND adevDependency
, but was removed from thedependencies
in #106.Since you are using
eslint-plugin-github
in the published primer plugin, I think it should be adependency
and not adevDependency
.I'm not familiar with the codebase though, so there may be a better explanation. Another option might be to make it a
peerDependency
.The text was updated successfully, but these errors were encountered: