1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02: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
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -247,13 +247,6 @@
"error",
{ "default": "array-simple" }
],
"@typescript-eslint/consistent-type-assertions": [
"error",
{
"assertionStyle": "as",
"objectLiteralTypeAssertions": "never"
}
],
"@typescript-eslint/consistent-type-definitions": [
"error",
"interface"