relay-tools / vscode-apollo-relay

Simple configuration of vscode-apollo for Relay projects.
MIT License
49 stars 13 forks source link

Ignore `NoMissingClientDirectives` rule #21

Closed janicduplessis closed 5 years ago

janicduplessis commented 5 years ago

Relay doesn't use the @client directive so we should ignore this rule by default.

alloy commented 5 years ago

Huh, interesting, I was under the impression that vscode-apollo would automatically omit that Apollo specific rule if one of its rules was overwritten (such as by the @connection directive), so not sure why this would show up for you as a problem (it doesn’t for me). Nonetheless, I'm not opposed to being more explicit, so let's go with this :+1:

alloy commented 4 years ago

Released as v1.4.3