Skip to content

Commit

Permalink
add lint rule for explicit-function-return-type:off
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke-furukawa committed May 18, 2020
1 parent 3219ee9 commit 6cc9bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -15,6 +15,6 @@ module.exports = {
rules: {
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/explicit-function-return-type": "off",
},
};

0 comments on commit 6cc9bb5

Please sign in to comment.