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 3131 "@eslint/js" : " 9.22.0" ,
3232 "@graphql-tools/utils" : " 10.8.6" ,
3333 "@ianvs/prettier-plugin-sort-imports" : " 4.4.1" ,
34- "@theguild/eslint-config" : " 0.13.4 " ,
34+ "@theguild/eslint-config" : " 0.13.2 " ,
3535 "@theguild/prettier-config" : " 3.0.0" ,
3636 "@types/dedent" : " 0.7.2" ,
3737 "@types/node" : " 22.13.10" ,
Original file line number Diff line number Diff line change 11import { Linter } from 'eslint' ;
2- import graphqlPlugin , { type ParserConfigGraphQLConfig } from '@graphql-eslint/eslint-plugin' ;
2+ import graphqlPlugin , { ParserConfigGraphQLConfig } from '@graphql-eslint/eslint-plugin' ;
33import { RuleTester } from '@theguild/eslint-rule-tester' ;
44
55export const DEFAULT_CONFIG : Linter . Config = {
You can’t perform that action at this time.
0 commit comments