Skip to content

Commit 3d74713

Browse files
committed
fix eslint
1 parent 815b034 commit 3d74713

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.eslintrc.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,13 @@ module.exports = {
1111
'require-jsdoc': 'warn',
1212
'no-shadow': 'warn',
1313
'no-unused-expressions': 'warn'
14-
}
14+
},
15+
overrides: [
16+
{
17+
files: ['*.js'],
18+
rules: {
19+
'@typescript-eslint/explicit-function-return-type': 'off'
20+
}
21+
}
22+
]
1523
};

0 commit comments

Comments
 (0)