Skip to content

Commit

Permalink
Deactivate noImplicitReturns
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 15, 2021
1 parent 1f703e6 commit 52f56b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

/* Additional checks */
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
// Skipped as implicit "return undefined" at end of function is okay + explicit clashes with ESLint "no-useless-return"
// "noImplicitReturns": false,
"noUnusedLocals": true,
"noUnusedParameters": true

Expand Down

0 comments on commit 52f56b3

Please sign in to comment.