We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff6fcb commit 3a9491bCopy full SHA for 3a9491b
.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