Skip to content

Commit 4954ccb

Browse files
committed
Turn off @typescript-eslint/explicit-function-return-type
1 parent 40832d5 commit 4954ccb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
],
1313
"parserOptions": {
1414
"project": "tsconfig.json"
15+
},
16+
"rules": {
17+
"@typescript-eslint/explicit-function-return-type": "off"
1518
}
1619
}

0 commit comments

Comments
 (0)