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/no-empty-interface

This commit is contained in:
Divlo 2022-08-31 13:32:05 +02:00
parent 3f1d1921ba
commit 1f20fe89e8
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -278,10 +278,6 @@
],
"@typescript-eslint/no-base-to-string": "error",
"@typescript-eslint/no-dynamic-delete": "error",
"@typescript-eslint/no-empty-interface": [
"error",
{ "allowSingleExtends": true }
],
"@typescript-eslint/no-extra-non-null-assertion": "error",
"@typescript-eslint/no-extraneous-class": [
"error",