fix(sonarjs): prefer-immediate-return

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-03-26 21:34:11 +04:00
parent 4925f485ea
commit 9ba18706cd
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -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": [