feat(unicorn): filename-case

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 14:07:31 +04:00
parent 2131004cc8
commit f8b812927a
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
{
"unicorn/filename-case": [
"error",
{
"kebabCase": true,
"pascalCase": true
}
],
"unicorn/prevent-abbreviations": [
"error",
{