Fixed rules
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
10507bf4d5
commit
14cecabc10
@ -308,6 +308,7 @@
|
|||||||
- [ ] "no-dynamic-require"
|
- [ ] "no-dynamic-require"
|
||||||
- [ ] "no-extraneous-dependencies"
|
- [ ] "no-extraneous-dependencies"
|
||||||
- [ ] "no-internal-modules"
|
- [ ] "no-internal-modules"
|
||||||
|
- [ ] "no-loss-of-precision"
|
||||||
- [ ] "no-mutable-exports"
|
- [ ] "no-mutable-exports"
|
||||||
- [ ] "no-named-as-default"
|
- [ ] "no-named-as-default"
|
||||||
- [ ] "no-named-as-default-member"
|
- [ ] "no-named-as-default-member"
|
||||||
@ -380,6 +381,7 @@
|
|||||||
- [ ] "ban-tslint-comment"
|
- [ ] "ban-tslint-comment"
|
||||||
- [ ] "ban-types"
|
- [ ] "ban-types"
|
||||||
- [ ] "brace-style"
|
- [ ] "brace-style"
|
||||||
|
- [ ] "camelcase"
|
||||||
- [X] "class-literal-property-style"
|
- [X] "class-literal-property-style"
|
||||||
- [X] "comma-spacing"
|
- [X] "comma-spacing"
|
||||||
- [ ] "consistent-type-assertions"
|
- [ ] "consistent-type-assertions"
|
||||||
@ -436,7 +438,6 @@
|
|||||||
- [X] "no-unsafe-call"
|
- [X] "no-unsafe-call"
|
||||||
- [X] "no-unsafe-member-access"
|
- [X] "no-unsafe-member-access"
|
||||||
- [X] "no-unsafe-return"
|
- [X] "no-unsafe-return"
|
||||||
- [X] "no-untyped-public-signature"
|
|
||||||
- [ ] "no-unused-expressions"
|
- [ ] "no-unused-expressions"
|
||||||
- [X] "no-unused-vars"
|
- [X] "no-unused-vars"
|
||||||
- [X] "no-unused-vars-experimental"
|
- [X] "no-unused-vars-experimental"
|
||||||
|
@ -106,8 +106,7 @@
|
|||||||
"VariableDeclarator": 1,
|
"VariableDeclarator": 1,
|
||||||
"flatTernaryExpressions": true,
|
"flatTernaryExpressions": true,
|
||||||
"ignoreComments": false,
|
"ignoreComments": false,
|
||||||
"ignoredNodes": [],
|
"offsetTernaryExpressions": true,
|
||||||
"offsetTernaryExpressions": 1,
|
|
||||||
"outerIIFEBody": 1
|
"outerIIFEBody": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -468,10 +467,7 @@
|
|||||||
"consistent": true,
|
"consistent": true,
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"multiline": true
|
"multiline": true
|
||||||
},
|
}
|
||||||
"consistent": true,
|
|
||||||
"minProperties": 1,
|
|
||||||
"multiline": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"object-curly-spacing": [
|
"object-curly-spacing": [
|
||||||
|
@ -138,14 +138,6 @@
|
|||||||
"@typescript-eslint/no-unsafe-return": [
|
"@typescript-eslint/no-unsafe-return": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
"@typescript-eslint/no-untyped-public-signature": [
|
|
||||||
"warn",
|
|
||||||
{
|
|
||||||
"ignoredMethods": [
|
|
||||||
"constructor"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"@typescript-eslint/no-unused-vars": [
|
"@typescript-eslint/no-unused-vars": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user