-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
Description
Bug description
Version 0.8.0 comes with this commit: 2f6313b which depends on the rules to be in the graphql
package. However, the rules have only been renamed to have Rule
suffix in this PR: graphql/graphql-js#2402 which is [email protected]
As a result, when I tried to run graphql-eslint
with [email protected], it failed because the rule file name is different.
Bumping to [email protected] solved this issue for me.
Suggestions
Maybe we can update the peerDependencies
to reflect this? ( I think that's what it's for right? )
Or maybe we could revert the commit that sets external rules for now? :)
dotansimha and PixnBits