File tree Expand file tree Collapse file tree 3 files changed +1076
-351
lines changed
packages/plugin/__tests__ Expand file tree Collapse file tree 3 files changed +1076
-351
lines changed Original file line number Diff line number Diff line change 31
31
"@eslint/js" : " 9.22.0" ,
32
32
"@graphql-tools/utils" : " 10.8.6" ,
33
33
"@ianvs/prettier-plugin-sort-imports" : " 4.4.1" ,
34
- "@theguild/eslint-config" : " 0.13.4 " ,
34
+ "@theguild/eslint-config" : " 0.13.2 " ,
35
35
"@theguild/prettier-config" : " 3.0.0" ,
36
36
"@types/dedent" : " 0.7.2" ,
37
37
"@types/node" : " 22.13.10" ,
Original file line number Diff line number Diff line change 1
1
import { Linter } from 'eslint' ;
2
- import graphqlPlugin , { type ParserConfigGraphQLConfig } from '@graphql-eslint/eslint-plugin' ;
2
+ import graphqlPlugin , { ParserConfigGraphQLConfig } from '@graphql-eslint/eslint-plugin' ;
3
3
import { RuleTester } from '@theguild/eslint-rule-tester' ;
4
4
5
5
export const DEFAULT_CONFIG : Linter . Config = {
You can’t perform that action at this time.
0 commit comments