Support multiple environments
stevenfitzpatrick opened this issue · 1 comments
stevenfitzpatrick commented
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?