Skip to content

Commit 6eda241

Browse files
committed
prettier
1 parent a4439c9 commit 6eda241

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

packages/plugin/src/rules/alphabetize/index.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,13 @@ const schema = {
9393
groups: {
9494
...ARRAY_DEFAULT_OPTIONS,
9595
minItems: 2,
96-
description:
97-
[
98-
"Order group. Example: `['...', 'id', '*', '{']` where:",
99-
"- `...` stands for fragment spreads",
100-
"- `id` stands for field with name `id`",
101-
"- `*` stands for everything else",
102-
"- `{` stands for fields `selection set`"
103-
].join('\n'),
96+
description: [
97+
"Order group. Example: `['...', 'id', '*', '{']` where:",
98+
'- `...` stands for fragment spreads',
99+
'- `id` stands for field with name `id`',
100+
'- `*` stands for everything else',
101+
'- `{` stands for fields `selection set`',
102+
].join('\n'),
104103
},
105104
},
106105
},

website/src/pages/rules/_meta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ export default {
6868
'unique-variable-names': '',
6969
'value-literals-of-correct-type': '',
7070
'variables-are-input-types': '',
71-
'variables-in-allowed-position': ''
72-
}
71+
'variables-in-allowed-position': '',
72+
};

0 commit comments

Comments
 (0)