From 658ca3ebba139f1901df3299aa0d6d7102672932 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 02:52:21 +0400 Subject: feat(eslint): Rule "curly" Signed-off-by: Valentin Popov --- src/rules/default.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/rules/default.json b/src/rules/default.json index b5f90ed..f99eadf 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -55,6 +55,10 @@ "exceptions": {} } ], + "curly": [ + "error", + "all" + ], "dot-notation": [ "error", { -- cgit v1.2.3