mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
fix: relax no-duplicate-imports
Conflict with `@typescript-eslint/consistent-type-imports`
This commit is contained in:
parent
adf01e1e8c
commit
4e99d69598
@ -267,6 +267,7 @@
|
||||
"error",
|
||||
"interface"
|
||||
],
|
||||
"no-duplicate-imports": "off",
|
||||
"@typescript-eslint/consistent-type-imports": "error",
|
||||
"@typescript-eslint/explicit-function-return-type": [
|
||||
"error",
|
||||
|
Loading…
Reference in New Issue
Block a user