1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-08 19:11:31 +01:00

fix: relax @typescript-eslint/member-delimiter-style

Deprecated stylistic rule.
This commit is contained in:
Théo LUDWIG 2024-05-20 11:18:13 +02:00
parent 31b226ffa4
commit b180eae455
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -284,13 +284,6 @@
"allowDirectConstAssertionInArrowFunctions": true
}
],
"@typescript-eslint/member-delimiter-style": [
"error",
{
"multiline": { "delimiter": "none" },
"singleline": { "delimiter": "comma", "requireLast": false }
}
],
"@typescript-eslint/method-signature-style": "error",
"@typescript-eslint/naming-convention": [
"error",