2 Commits

Author SHA1 Message Date
43b1db10b8 update(project): Bump version
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-19 15:41:59 +04:00
3e8a92c176 fix(unicorn): filename-case
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-19 15:41:06 +04:00
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@valentineus/eslint-config",
"version": "0.0.10",
"version": "0.0.11",
"description": "Personal ESLint configuration",
"main": "index.js",
"repository": "git@code.valentineus.link:eslint-config.git",

View File

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