feat(eslint): Rule "no-useless-return"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 02:31:45 +04:00
parent 8941741394
commit 7061ae1ad7
2 changed files with 4 additions and 1 deletions

View File

@ -388,6 +388,9 @@
"ignoreImport": false
}
],
"no-useless-return": [
"error"
],
"no-var": [
"error"
],