Skip to content

Commit

Permalink
add the return rule to the linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jul 3, 2024
1 parent 1ac4241 commit 78a7e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
'@typescript-eslint/prefer-for-of': 'error',
'prefer-arrow-callback': 'error',
'no-var': 'error',
'@typescript-eslint/explicit-function-return-type': ['error'],
eqeqeq: 'error',
'@typescript-eslint/no-unused-vars': [
'error',
Expand Down

0 comments on commit 78a7e2c

Please sign in to comment.