Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit f59a982

Browse files
authored
Add GraphQL plugin (#168)
1 parent e9414c6 commit f59a982

File tree

71 files changed

+3099
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3099
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"tsconfig.json"
5252
],
5353
"devDependencies": {
54+
"@graphql-eslint/eslint-plugin": "~3.15.0",
5455
"@intlify/eslint-plugin-vue-i18n": "~2.0.0",
5556
"@poppinss/cliui": "~3.0.5",
5657
"@types/eslint": "~8.4.10",
@@ -80,7 +81,9 @@
8081
"eslint-plugin-vue": "~9.9.0",
8182
"eslint-plugin-vue-pug": "~0.5.5",
8283
"expect-type": "~0.15.0",
84+
"graphql": "~16.6.0",
8385
"json-schema": "~0.4.0",
86+
"json-schema-to-ts": "~2.6.2",
8487
"json-schema-to-typescript": "~11.0.3",
8588
"prettier": "2.8.3",
8689
"prettier-plugin-organize-imports": "~3.2.2",
@@ -91,6 +94,15 @@
9194
"vitest": "~0.28.3",
9295
"vue-eslint-parser": "~9.1.0"
9396
},
97+
"pnpm": {
98+
"peerDependencyRules": {
99+
"ignoreMissing": [
100+
"@babel/core",
101+
"cosmiconfig-toml-loader",
102+
"cosmiconfig-typescript-loader"
103+
]
104+
}
105+
},
94106
"packageManager": "[email protected]",
95107
"engines": {
96108
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",

0 commit comments

Comments
 (0)