Skip to content

Commit

Permalink
chore: update eslint config to allow direct reference of static class…
Browse files Browse the repository at this point in the history
… functions (#21632)
  • Loading branch information
cgrindel committed Apr 21, 2023
1 parent bf0e39d commit d6b5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -137,7 +137,7 @@ module.exports = {
},
],

'@typescript-eslint/unbound-method': 2,
'@typescript-eslint/unbound-method': [2, { ignoreStatic: true }],
'@typescript-eslint/ban-types': 2,
'@renovate/jest-root-describe': 2,

Expand Down

0 comments on commit d6b5679

Please sign in to comment.