Skip to content

Commit 49c15f5

Browse files
author
Josh Goldberg
authored
Enabled no-else-return (#295)
1 parent b7c0868 commit 49c15f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ module.exports = {
3030
"@typescript-eslint/require-await": "off",
3131
"@typescript-eslint/strict-boolean-expressions": "off",
3232
"@typescript-eslint/typedef": "off",
33+
"no-else-return": "error",
3334
},
3435
};

0 commit comments

Comments
 (0)