We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c0868 commit 49c15f5Copy full SHA for 49c15f5
.eslintrc.js
@@ -30,5 +30,6 @@ module.exports = {
30
"@typescript-eslint/require-await": "off",
31
"@typescript-eslint/strict-boolean-expressions": "off",
32
"@typescript-eslint/typedef": "off",
33
+ "no-else-return": "error",
34
},
35
};
0 commit comments