We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061b17e commit 5377b0aCopy full SHA for 5377b0a
package.json
@@ -31,7 +31,7 @@
31
"@eslint/js": "9.22.0",
32
"@graphql-tools/utils": "10.8.6",
33
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
34
- "@theguild/eslint-config": "0.13.4",
+ "@theguild/eslint-config": "0.13.2",
35
"@theguild/prettier-config": "3.0.0",
36
"@types/dedent": "0.7.2",
37
"@types/node": "22.13.10",
packages/plugin/__tests__/test-utils.ts
@@ -1,5 +1,5 @@
1
import { Linter } from 'eslint';
2
-import graphqlPlugin, { type ParserConfigGraphQLConfig } from '@graphql-eslint/eslint-plugin';
+import graphqlPlugin, { ParserConfigGraphQLConfig } from '@graphql-eslint/eslint-plugin';
3
import { RuleTester } from '@theguild/eslint-rule-tester';
4
5
export const DEFAULT_CONFIG: Linter.Config = {
0 commit comments