apollographql/eslint-plugin-graphql

Support multiple environments

stevenfitzpatrick opened this issue · 1 comments

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?