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 cddcef0 commit 984bc77Copy full SHA for 984bc77
.eslintrc.js
@@ -37,5 +37,6 @@ module.exports = {
37
'@typescript-eslint/return-await': 'off',
38
'no-else-return': 'off',
39
'@typescript-eslint/no-unused-vars': 'warn',
40
+ 'class-methods-use-this': 'off',
41
},
42
}
0 commit comments