We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d92a8 commit 7135ddfCopy full SHA for 7135ddf
packages/eslint-config-sdk/src/base.js
@@ -107,6 +107,9 @@ module.exports = {
107
// Be explicit about class member accessibility (public, private, protected). Turned off
108
// on tests for ease of use.
109
'@typescript-eslint/explicit-member-accessibility': ['error'],
110
+
111
+ // We do not care about empty functions
112
+ '@typescript-eslint/no-empty-function': 'off',
113
},
114
115
{
0 commit comments