2 Commits

Author SHA1 Message Date
b00af86b1b feat(project): Bump version
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-14 20:49:22 +04:00
72b09d4176 fix(typescript): type-annotation-spacing
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-14 20:49:02 +04:00
2 changed files with 14 additions and 2 deletions

View File

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

View File

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