This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
[Feature Request] Custom Rule: Require new line after import statements. #4052
Labels
Formatting rule
Relates to a rule which enforces code formatting and likely overlaps with prettier
Resolution: Declined
Type: Rule Suggestion
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Right now there's no rule to require a new line to be included after the import statements in a typescript file. Below in the expected behavior, I've listed how the code sample above should be linted.
Expected behavior
The text was updated successfully, but these errors were encountered: