Add the no-import-type-side-effects
rule to eliminate potential side effects
#227
Closed
3 tasks done
Labels
enhancement
New feature or request
Clear and concise description of the problem
In TS 5.0, there is a option called verbatimModuleSyntax, which will cause the following issues.
Suggested solution
In module
eslint-config-ts
, we can add the following rules to correct this potential side effect import.Alternative
In the documentation of typescript-eslint, this issue has been mentioned
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: