relayjs / eslint-plugin-relay

A plugin for the code linter ESLint to lint specific details about Relay.
MIT License
100 stars 47 forks source link

Fixes should adhere to `artifactDirectory` configured in `relay.config.js` #130

Open reckter opened 2 years ago

reckter commented 2 years ago

Currently, you can switch between imports being auto fixed either: haste: true => "<type>.graphql" haste: false => "./__generated__/<type>.graphql". But with artifactDirectory set it would probably need to be: