Skip to content

Commit

Permalink
fix(eslint-config): disable explicit function return type
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Feb 12, 2024
1 parent 13471ff commit 8b69b41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/eslint-config/ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ module.exports = {
}
],
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-function-return-type': [
'error',
{allowExpressions: true}
],
'import/no-unresolved': 'off'
'@typescript-eslint/explicit-function-return-type': 'off'
}
},
{
Expand Down

0 comments on commit 8b69b41

Please sign in to comment.