1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-10-05 03:36:10 +02:00

fix: relax no-duplicate-imports

Conflict with `@typescript-eslint/consistent-type-imports`
This commit is contained in:
Théo LUDWIG 2023-07-18 22:31:59 +02:00
parent adf01e1e8c
commit 4e99d69598
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -267,6 +267,7 @@
"error",
"interface"
],
"no-duplicate-imports": "off",
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/explicit-function-return-type": [
"error",