🧹 Tech Debt
The NI style guide has consistent-type-imports unenforced but may be useful to enable due to the issue in this comment: #2835 (comment)
Could have potentially avoided introducing the warnings / incorrect imports with a combination of TypeScript verbatimModuleSyntax (already enabled) and ESlint consistent-type-imports.
Next step is to read through those docs and have a proposal configuration.
🧹 Tech Debt
The NI style guide has
consistent-type-importsunenforced but may be useful to enable due to the issue in this comment: #2835 (comment)Could have potentially avoided introducing the warnings / incorrect imports with a combination of TypeScript
verbatimModuleSyntax(already enabled) and ESlintconsistent-type-imports.Next step is to read through those docs and have a proposal configuration.