Updated Unicorn to v18.0.0

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-03-26 20:04:51 +04:00
parent d604a6f373
commit a40468c437
4 changed files with 27 additions and 42 deletions

View File

@ -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"
]
}