File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
22
" chilly-ants-exist" ,
23
23
" curly-socks-boil" ,
24
24
" dull-scissors-destroy" ,
25
+ " empty-singers-develop" ,
25
26
" few-mails-sparkle" ,
26
27
" friendly-singers-rush" ,
27
28
" healthy-moose-kneel" ,
31
32
" metal-wasps-type" ,
32
33
" rare-planes-love" ,
33
34
" real-coins-share" ,
34
- " strong-needles-compare"
35
+ " strong-needles-compare" ,
36
+ " weak-readers-build"
35
37
]
36
38
}
Original file line number Diff line number Diff line change 1
1
# @graphql-eslint/eslint-plugin
2
2
3
+ ## 4.0.0-alpha.8
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #2385 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2385 )
8
+ [ ` afa8b8a ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/afa8b8af92b8eb92595a1cc9b24c42c4e4705ed2 )
9
+ Thanks [ @deathemperor ] ( https://github.com/deathemperor ) ! - feat: add a new option ` { ` for
10
+ alphabetize rule to sort fields ` selection set `
11
+
12
+ - [ #2293 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2293 )
13
+ [ ` 01f7087 ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/01f70879e5befc92acd9afffe7d2a56ee447f316 )
14
+ Thanks [ @yoavsion ] ( https://github.com/yoavsion ) ! - Support the fragment spread group when defining
15
+ alphabetize rule's groups with new option ` ... `
16
+
3
17
## 4.0.0-alpha.7
4
18
5
19
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-eslint/eslint-plugin" ,
3
- "version" : " 4.0.0-alpha.7 " ,
3
+ "version" : " 4.0.0-alpha.8 " ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL plugin for ESLint" ,
6
6
"repository" : " https://github.com/B2o5T/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments