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 0c7153d commit 38c365cCopy full SHA for 38c365c
.eslintrc.js
@@ -26,6 +26,7 @@ module.exports = {
26
'no-console': 'warn',
27
28
'@typescript-eslint/explicit-function-return-type': 'off',
29
+ '@typescript-eslint/explicit-module-boundary-types': 'off',
30
'@typescript-eslint/ban-ts-ignore': 'off',
31
'@typescript-eslint/no-explicit-any': 'off',
32
},
0 commit comments