Skip to content

Commit

Permalink
Allow __resolveType as a method name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Dec 22, 2021
1 parent c7dac49 commit 27eb668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ module.exports = {
{
selector: 'method',
format: ['camelCase', 'PascalCase'],
filter: {
regex: '^__resolveType$',
match: false,
},
},
{
selector: 'parameter',
Expand Down

0 comments on commit 27eb668

Please sign in to comment.