Skip to content

Commit 3878cad

Browse files
committed
Disable "@typescript-eslint/explicit-function-return-type"
Refs: typescript-eslint/typescript-eslint#260 ToDo: Enable when fix is available
1 parent 3200630 commit 3878cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
"prettier/@typescript-eslint"
1212
],
1313
rules: {
14-
"@typescript-eslint/no-unused-vars": "off"
14+
"@typescript-eslint/no-unused-vars": "off",
15+
"@typescript-eslint/explicit-function-return-type": "off"
1516
}
1617
};

0 commit comments

Comments
 (0)