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 67c0ecf commit 98d94bfCopy full SHA for 98d94bf
.eslintrc.js
@@ -14,7 +14,10 @@ module.exports = {
14
rules: Object.assign(
15
typescriptEslintRecommended.rules,
16
typescriptEslintPrettier.rules,
17
- {'@typescript-eslint/explicit-member-accessibility': 'off'},
+ {
18
+ '@typescript-eslint/explicit-member-accessibility': 'off',
19
+ '@typescript-eslint/no-empty-function': 'off',
20
+ },
21
),
22
},
23
{
0 commit comments