This repository was archived by the owner on Mar 25, 2021. It is now read-only.
Missing whitespace around export statement with "check-module" argument #4014
Labels
Formatting rule
Relates to a rule which enforces code formatting and likely overlaps with prettier
Status: Accepting PRs
Type: Bug
Milestone
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
No issue is detected by tslint.
Expected behavior
Add whitespace around export statements when missing. Because of rule "whitespace" with argument "check-module".
The text was updated successfully, but these errors were encountered: