We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4a6e4 commit 72cd164Copy full SHA for 72cd164
.eslintrc.js
@@ -29,6 +29,7 @@ module.exports = {
29
'jsdoc/check-indentation': 'error',
30
'@typescript-eslint/space-before-function-paren': 0,
31
'@typescript-eslint/no-explicit-any': 'off',
32
+ '@typescript-eslint/explicit-function-return-type': 'off',
33
'@typescript-eslint/no-throw-literal': 'off',
34
'@typescript-eslint/member-delimiter-style': [
35
'error',
0 commit comments