Closed tilgovi closed 8 months ago
Turn on @typescript-eslint/consistent-type-imports to ensure that all imports are correctly marked as type-only or runtime based on how they are used.
Turn on import/consistent-type-specifier to ensure that type imports are always separate from value imports.
Turn on import/no-duplicates.
Order type imports after the runtime imports from a module.
Turn on @typescript-eslint/consistent-type-imports to ensure that all imports are correctly marked as type-only or runtime based on how they are used.
Turn on import/consistent-type-specifier to ensure that type imports are always separate from value imports.
Turn on import/no-duplicates.
Order type imports after the runtime imports from a module.