fix(sonarjs): prefer-immediate-return
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
4925f485ea
commit
9ba18706cd
@ -65,7 +65,7 @@
|
|||||||
"sonarjs/no-useless-catch": [
|
"sonarjs/no-useless-catch": [
|
||||||
"warn"
|
"warn"
|
||||||
],
|
],
|
||||||
"sonarjs/please-immediate-return": [
|
"sonarjs/prefer-immediate-return": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
"sonarjs/prefer-object-literal": [
|
"sonarjs/prefer-object-literal": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user