From 14a81b9fea501773962efbdf53ebffaa3f3b03b1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:46:18 +0400 Subject: feat(eslint): Rule "no-return-await" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rules/default.json') diff --git a/src/rules/default.json b/src/rules/default.json index 404efdc..ac079da 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -308,6 +308,9 @@ "no-proto": [ "error" ], + "no-return-await": [ + "error" + ], "no-spaced-func": [ "off" ], -- cgit v1.2.3