style: enable no-extraneous-dependencies lint rule (#4575)

This commit is contained in:
LongYinan
2023-10-10 17:51:47 +00:00
committed by GitHub
parent c8d1de3a59
commit b1eb926b7b
25 changed files with 467 additions and 323 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.9",
"lodash-es": "^4.17.21",
"prettier": "^3.0.3"
"prettier": "^3.0.3",
"vitest": "0.34.6"
},
"scripts": {
"postinstall": "gql-gen"