2 Commits

Author SHA1 Message Date
e7da809741 feat(project): Bump version
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-14 20:43:09 +04:00
39cc9c02d9 fix(typescript): Rule "type-annotation-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-14 20:42:34 +04:00
2 changed files with 2 additions and 6 deletions

View File

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

View File

@ -140,11 +140,7 @@
}
],
"@typescript-eslint/type-annotation-spacing": [
"error",
{
"after": true,
"before": false
}
"error"
],
"@typescript-eslint/typedef": [
"error",