Skip to content

Commit

Permalink
feat: enforce explicit-function-return-type
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Oct 17, 2024
1 parent cfaa497 commit 6280da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default tseslint.config(
eslintConfigPrettier,
{
rules: {
'@typescript-eslint/explicit-function-return-type': 'error',
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/consistent-indexed-object-style': ['error', 'index-signature'],
},
Expand Down

0 comments on commit 6280da3

Please sign in to comment.