feat(eslint): Rule "no-else-return"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -218,6 +218,12 @@
|
||||
"no-debugger": [
|
||||
"warn"
|
||||
],
|
||||
"no-else-return": [
|
||||
"error",
|
||||
{
|
||||
"allowElseIf": false
|
||||
}
|
||||
],
|
||||
"no-empty": [
|
||||
"warn",
|
||||
{
|
||||
|
Reference in New Issue
Block a user