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