Skip to content

Commit a86b407

Browse files
author
Robert S
committed
update eslint rules
1 parent 75f628f commit a86b407

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
@@ -32,6 +32,7 @@ module.exports = {
3232
'@typescript-eslint/no-use-before-define': 0,
3333
'react-hooks/rules-of-hooks': 2,
3434
'react-hooks/exhaustive-deps': 1,
35+
'@typescript-eslint/explicit-function-return-type': 0,
3536
},
3637
settings: {
3738
react: {

0 commit comments

Comments
 (0)