feat(eslint): Rule "array-callback-return"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:22:27 +04:00
parent 228ad3183c
commit 0db2687006
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
{
"array-callback-return": [
"error",
{
"allowImplicit": false
}
],
"arrow-parens": [
"error",
"always"