We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cff6fcb + 3a9491b commit 1dacba2Copy full SHA for 1dacba2
.eslintrc.js
@@ -20,5 +20,6 @@ module.exports = {
20
'@typescript-eslint/interface-name-prefix': 'off',
21
'@typescript-eslint/explicit-function-return-type': 'off',
22
'@typescript-eslint/no-explicit-any': 'off',
23
+ '@typescript-eslint/explicit-module-boundary-types': 'off',
24
},
25
};
0 commit comments