fix(unicorn): filename-case

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 15:41:06 +04:00
parent 0a76f652a9
commit 3e8a92c176

View File

@ -2,9 +2,11 @@
"unicorn/filename-case": [
"error",
{
"cases": {
"kebabCase": true,
"pascalCase": true
}
}
],
"unicorn/no-console-spaces": [
"error"