Skip to content

Commit

Permalink
chore(deps): update dependency @graphql-eslint/eslint-plugin to v4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 98baea4 commit 0f29d62
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 607 deletions.
7 changes: 4 additions & 3 deletions crates/rover-client/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ export default [
languageOptions: {
parser: graphqlESLint,
parserOptions:{
schema: "./.schema/schema.graphql",
operations: ["./src/operations/**/*.graphql"]
graphQLConfig: {
schema: "./.schema/schema.graphql",
documents: ["./src/operations/**/*.graphql"]
}
}
},
rules: {
Expand All @@ -31,7 +33,6 @@ export default [
"@graphql-eslint/known-type-names": 2,
"@graphql-eslint/lone-anonymous-operation": 2,
"@graphql-eslint/no-anonymous-operations": 2,
"@graphql-eslint/no-case-insensitive-enum-values-duplicates": 2,
"@graphql-eslint/no-deprecated": 2,
"@graphql-eslint/no-fragment-cycles": 2,
"@graphql-eslint/no-hashtag-description": 2,
Expand Down
Loading

0 comments on commit 0f29d62

Please sign in to comment.