plugins: create new graphiql plugin

This commit is contained in:
Patrik Oldsberg
2020-04-23 11:38:24 +02:00
parent 46803998cd
commit 9b0d1f5e7b
16 changed files with 409 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};