Skip to content

Commit 38c365c

Browse files
committed
Update eslint config
1 parent 0c7153d commit 38c365c

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
@@ -26,6 +26,7 @@ module.exports = {
2626
'no-console': 'warn',
2727

2828
'@typescript-eslint/explicit-function-return-type': 'off',
29+
'@typescript-eslint/explicit-module-boundary-types': 'off',
2930
'@typescript-eslint/ban-ts-ignore': 'off',
3031
'@typescript-eslint/no-explicit-any': 'off',
3132
},

0 commit comments

Comments
 (0)