-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relay/graphql-naming: Relay no longer enforces fragment name with *_<propName> #107
Labels
Comments
mrtnzlml
added a commit
to adeira/universe
that referenced
this issue
Dec 4, 2020
This rule is no longer accurate, see: facebook/relay@ff1c10b We might (partially) revert this commit after this PR gets resolved: relayjs/eslint-plugin-relay#107
I'd like to enforce this using a eslint rule, as simplify a lot |
kodiakhq bot
pushed a commit
to adeira/universe
that referenced
this issue
Dec 4, 2020
This rule is no longer accurate, see: facebook/relay@ff1c10b We might (partially) revert this commit after this PR gets resolved: relayjs/eslint-plugin-relay#107
adeira-github-bot
pushed a commit
to adeira/eslint-config-adeira
that referenced
this issue
Dec 4, 2020
This rule is no longer accurate, see: facebook/relay@ff1c10b We might (partially) revert this commit after this PR gets resolved: relayjs/eslint-plugin-relay#107 adeira-source-id: 10fdc0cc30e9e75b24cecc48e87a03b8f0e824ab
adeira-github-bot
pushed a commit
to adeira/ya-comiste
that referenced
this issue
Dec 8, 2020
This rule is no longer accurate, see: facebook/relay@ff1c10b We might (partially) revert this commit after this PR gets resolved: relayjs/eslint-plugin-relay#107 adeira-source-id: 10fdc0cc30e9e75b24cecc48e87a03b8f0e824ab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: facebook/relay@ff1c10b
There is still some enforcement. For example, the module name still has to be included. But the property name is no longer required in the fragment name which makes this line a bit obsolete:
eslint-plugin-relay/src/rule-graphql-naming.js
Line 74 in 130005b
Thanks for having a look! 😊
The text was updated successfully, but these errors were encountered: