Skip to content

Commit a5702e8

Browse files
committed
chore(*): disable rule '@typescript-eslint/explicit-module-boundary-types'
1 parent 9920e4a commit a5702e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
rules: {
2323
'no-dupe-class-members': 'off',
2424
'no-unused-vars': 'off',
25+
'@typescript-eslint/explicit-module-boundary-types': 'off',
2526
'@typescript-eslint/no-unused-vars': 'off',
2627
'@typescript-eslint/no-use-before-define': 'off',
2728
'node/no-missing-import': 'error',

0 commit comments

Comments
 (0)