Skip to content

Commit 3a9491b

Browse files
committed
feat(Linting): Update linting. Don't require explicit returns.
1 parent cff6fcb commit 3a9491b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ module.exports = {
2020
'@typescript-eslint/interface-name-prefix': 'off',
2121
'@typescript-eslint/explicit-function-return-type': 'off',
2222
'@typescript-eslint/no-explicit-any': 'off',
23+
'@typescript-eslint/explicit-module-boundary-types': 'off',
2324
},
2425
};

0 commit comments

Comments
 (0)