Skip to content

Commit 82c4c38

Browse files
committed
style: reformat codebase
1 parent 9a13474 commit 82c4c38

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

eslint.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ const eslintConfig = [
6363
},
6464
rules: {
6565
...graphqlPlugin.configs["flat/operations-recommended"].rules,
66-
'@graphql-eslint/alphabetize': [
67-
'error',
66+
"@graphql-eslint/alphabetize": [
67+
"error",
6868
{
6969
definitions: true,
70-
selections: ['OperationDefinition', 'FragmentDefinition'],
70+
selections: ["OperationDefinition", "FragmentDefinition"],
7171
variables: true,
72-
arguments: ['Field', 'Directive'],
73-
groups: ['...', 'id', '*', '{'],
72+
arguments: ["Field", "Directive"],
73+
groups: ["...", "id", "*", "{"],
7474
},
7575
],
7676
},

0 commit comments

Comments
 (0)