diff options
author | Valentin Popov <info@valentineus.link> | 2020-03-26 19:04:51 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-03-26 19:04:51 +0300 |
commit | a40468c437f05bb9d974250de2d433611037d588 (patch) | |
tree | 732f3cdf0636878d1dcc7aee6e2d15963f8db3e0 /src | |
parent | d604a6f373397e4dae70cb38e1183cad6f90a162 (diff) | |
download | eslint-config-a40468c437f05bb9d974250de2d433611037d588.tar.xz eslint-config-a40468c437f05bb9d974250de2d433611037d588.zip |
Updated Unicorn to v18.0.0
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r-- | src/rules/unicorn/default.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" ] } |