Skip to content

Commit 72cd164

Browse files
committed
Disable eslint warning
1 parent aa4a6e4 commit 72cd164

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
@@ -29,6 +29,7 @@ module.exports = {
2929
'jsdoc/check-indentation': 'error',
3030
'@typescript-eslint/space-before-function-paren': 0,
3131
'@typescript-eslint/no-explicit-any': 'off',
32+
'@typescript-eslint/explicit-function-return-type': 'off',
3233
'@typescript-eslint/no-throw-literal': 'off',
3334
'@typescript-eslint/member-delimiter-style': [
3435
'error',

0 commit comments

Comments
 (0)