mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
fix: relax @typescript-eslint/consistent-type-assertions
This commit is contained in:
parent
32481c316f
commit
a95ac7ec8b
@ -247,13 +247,6 @@
|
|||||||
"error",
|
"error",
|
||||||
{ "default": "array-simple" }
|
{ "default": "array-simple" }
|
||||||
],
|
],
|
||||||
"@typescript-eslint/consistent-type-assertions": [
|
|
||||||
"error",
|
|
||||||
{
|
|
||||||
"assertionStyle": "as",
|
|
||||||
"objectLiteralTypeAssertions": "never"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"@typescript-eslint/consistent-type-definitions": [
|
"@typescript-eslint/consistent-type-definitions": [
|
||||||
"error",
|
"error",
|
||||||
"interface"
|
"interface"
|
||||||
|
Loading…
Reference in New Issue
Block a user