Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
b00af86b1b
|
|||
72b09d4176
|
|||
e7da809741
|
|||
39cc9c02d9
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@valentineus/eslint-config",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.6",
|
||||
"description": "Personal ESLint configuration",
|
||||
"main": "index.js",
|
||||
"repository": "git@code.valentineus.link:eslint-config.git",
|
||||
|
@ -142,9 +142,17 @@
|
||||
"@typescript-eslint/type-annotation-spacing": [
|
||||
"error",
|
||||
{
|
||||
"overrides": {
|
||||
"arrow": {
|
||||
"after": true,
|
||||
"before": true
|
||||
},
|
||||
"colon": {
|
||||
"after": true,
|
||||
"before": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/typedef": [
|
||||
"error",
|
||||
|
Reference in New Issue
Block a user