feat(gql): added a simple plugin for graphql stuff

This commit is contained in:
blam
2020-07-23 11:43:59 +02:00
parent dfa34bdb3e
commit 360200387e
11 changed files with 279 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};