feat(unicorn): filename-case

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

View File

@ -479,7 +479,7 @@
- [ ] "escape-case"
- [ ] "expiring-todo-comments"
- [ ] "explicit-length-check"
- [ ] "filename-case"
- [X] "filename-case"
- [ ] "import-index"
- [ ] "new-for-builtins"
- [ ] "no-abusive-eslint-disable"

View File

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