From a40468c437f05bb9d974250de2d433611037d588 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 26 Mar 2020 20:04:51 +0400 Subject: Updated Unicorn to v18.0.0 Signed-off-by: Valentin Popov --- src/rules/unicorn/default.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/rules/unicorn/default.json') diff --git a/src/rules/unicorn/default.json b/src/rules/unicorn/default.json index 7a7dc1b..bb3abab 100644 --- a/src/rules/unicorn/default.json +++ b/src/rules/unicorn/default.json @@ -11,6 +11,12 @@ "unicorn/no-console-spaces": [ "error" ], + "unicorn/prefer-number-properties": [ + "error" + ], + "unicorn/prefer-set-has": [ + "error" + ], "unicorn/prevent-abbreviations": [ "error", { @@ -25,5 +31,8 @@ "replacements": {}, "whitelist": {} } + ], + "unicorn/string-content": [ + "error" ] } -- cgit v1.2.3