From d6b567997778d0991735007a8886e0e681a4aef2 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Fri, 21 Apr 2023 09:43:20 -0600 Subject: [PATCH] chore: update eslint config to allow direct reference of static class functions (#21632) --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 259a035c36bb55..def4988a60d781 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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,