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 1313 },
1414 "devDependencies" : {
1515 "@eslint/js" : " 9.15.0" ,
16- "@graphql-eslint/eslint-plugin" : " 4.1.0 " ,
16+ "@graphql-eslint/eslint-plugin" : " 4.1.1 " ,
1717 "eslint" : " 9.15.0"
1818 }
1919}
Original file line number Diff line number Diff line change 11# @graphql-eslint/eslint-plugin
22
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+
317## 4.1.0
418
519### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-eslint/eslint-plugin" ,
3- "version" : " 4.1.0 " ,
3+ "version" : " 4.1.1 " ,
44 "type" : " module" ,
55 "description" : " GraphQL plugin for ESLint" ,
66 "repository" : " https://github.com/dimaMachina/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments