1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-12-11 00:25:45 +01:00

fix: relax @typescript-eslint/consistent-type-assertions

This commit is contained in:
Divlo
2023-02-06 23:43:23 +01:00
parent 32481c316f
commit a95ac7ec8b

View File

@@ -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"