feat(typescript): comma-spacing
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
ff60ccfbd9
commit
18c9632298
@ -390,7 +390,7 @@
|
||||
- [ ] "brace-style"
|
||||
- [ ] "camelcase"
|
||||
- [ ] "class-name-casing"
|
||||
- [ ] "comma-spacing"
|
||||
- [X] "comma-spacing"
|
||||
- [ ] "consistent-type-assertions"
|
||||
- [ ] "consistent-type-definitions"
|
||||
- [ ] "default-param-last"
|
||||
|
@ -2,6 +2,13 @@
|
||||
"@typescript-eslint/await-thenable": [
|
||||
"error"
|
||||
],
|
||||
"@typescript-eslint/comma-spacing": [
|
||||
"error",
|
||||
{
|
||||
"after": true,
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/indent": [
|
||||
"error",
|
||||
"tab",
|
||||
@ -172,6 +179,9 @@
|
||||
"variableDeclaration": true
|
||||
}
|
||||
],
|
||||
"comma-spacing": [
|
||||
"off"
|
||||
],
|
||||
"indent": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user