Skip to content

Commit

Permalink
Disable "@typescript-eslint/explicit-function-return-type"
Browse files Browse the repository at this point in the history
Refs: typescript-eslint/typescript-eslint#260
ToDo: Enable when fix is available
  • Loading branch information
trivikr committed Mar 25, 2019
1 parent 3200630 commit 3878cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Expand Up @@ -11,6 +11,7 @@ module.exports = {
"prettier/@typescript-eslint"
],
rules: {
"@typescript-eslint/no-unused-vars": "off"
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/explicit-function-return-type": "off"
}
};

0 comments on commit 3878cad

Please sign in to comment.