Skip to content

Version 0.8.0 needs [email protected] (?) #293

@eddeee888

Description

@eddeee888

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? :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions