1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00

feat: add @typescript-eslint/consistent-type-imports

Ref: https://typescript-eslint.io/rules/consistent-type-imports

BREAKING CHANGE: New rule introduced
This commit is contained in:
Divlo 2022-08-31 13:56:16 +02:00
parent c0ec89ed0c
commit c3b46debe6
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -252,6 +252,7 @@
"error",
"interface"
],
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/explicit-function-return-type": [
"error",
{