aboutsummaryrefslogtreecommitdiff
path: root/src/rules/unicorn/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/unicorn/default.json')
-rw-r--r--src/rules/unicorn/default.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rules/unicorn/default.json b/src/rules/unicorn/default.json
index 435ef7e..bf11b2b 100644
--- a/src/rules/unicorn/default.json
+++ b/src/rules/unicorn/default.json
@@ -17,6 +17,12 @@
"unicorn/no-console-spaces": [
"error"
],
+ "unicorn/prefer-number-properties": [
+ "error"
+ ],
+ "unicorn/prefer-set-has": [
+ "error"
+ ],
"unicorn/prevent-abbreviations": [
"error",
{
@@ -31,5 +37,8 @@
"replacements": {},
"whitelist": {}
}
+ ],
+ "unicorn/string-content": [
+ "error"
]
}