File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@eslint/js" : " 9.15.0" ,
16
- "@graphql-eslint/eslint-plugin" : " 4.1.0 " ,
16
+ "@graphql-eslint/eslint-plugin" : " 4.1.1 " ,
17
17
"eslint" : " 9.15.0"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
# @graphql-eslint/eslint-plugin
2
2
3
+ ## 4.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #2785 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2785 )
8
+ [ ` 99b0703 ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/99b0703e91fc6661664c8773f48ffe28ac4a3467 )
9
+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - ` allowLeadingUnderscore ` and
10
+ ` allowTrailingUnderscore ` should not conflict with ` ignorePattern ` in ` naming-convention ` rule
11
+
12
+ - [ #2787 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2787 )
13
+ [ ` f370359 ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/f370359b4844c291cf5790e4503454ebd30373a2 )
14
+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - add an example with
15
+ [ custom graphql rules] ( https://github.com/dimaMachina/graphql-eslint/tree/master/examples/custom-rules )
16
+
3
17
## 4.1.0
4
18
5
19
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-eslint/eslint-plugin" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL plugin for ESLint" ,
6
6
"repository" : " https://github.com/dimaMachina/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments