eslint-plugin-graphql
eslint-plugin-graphql copied to clipboard
Support multiple environments
trafficstars
In our project we have graphql queries in file format query.js i.e apollo and newer ones in query.graphql
so we would need specify an array of environments for our rules i.e. ['apollo', 'literal'].
Would this be possible to support?
Dupe of #107?