diff --git a/.eslintrc b/.eslintrc index b81591cdb..d7782481d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -82,6 +82,7 @@ "no-unsafe-finally": "error", "no-unsafe-negation": "error", "no-unsafe-optional-chaining": ["error", { "disallowArithmeticOperators": true }], + "no-unused-private-class-members": "error", "use-isnan": ["error", { "enforceForIndexOf": true, }], "valid-typeof": ["error", { "requireStringLiterals": true, }],