mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01: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:
parent
c0ec89ed0c
commit
c3b46debe6
@ -252,6 +252,7 @@
|
||||
"error",
|
||||
"interface"
|
||||
],
|
||||
"@typescript-eslint/consistent-type-imports": "error",
|
||||
"@typescript-eslint/explicit-function-return-type": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user