File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
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-horses-relate" ,
25
26
" empty-singers-develop" ,
26
27
" few-mails-sparkle" ,
27
28
" friendly-singers-rush" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-eslint/eslint-plugin
2
2
3
+ ## 4.0.0-alpha.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #2277 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2277 )
8
+ [ ` 3b35bae ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/3b35baedacb8cdac542268933d8a8fec6c199af0 )
9
+ Thanks [ @yoavain-sundaysky ] ( https://github.com/yoavain-sundaysky ) ! - fix false positive cases for
10
+ ` require-import-fragment ` on Windows, when ` graphql-config ` 's ` documents ` key contained glob
11
+ pattern => source file path of document contained always forward slashes
12
+
3
13
## 4.0.0-alpha.8
4
14
5
15
### Minor 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.8 " ,
3
+ "version" : " 4.0.0-alpha.9 " ,
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