We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
newline-after-import
The newline-after-import rule doesn't hit if the import-statements are immediately followed by comments:
This piece of code is expected to produce an error, but it doesn't:
import { join } from "path"; /** * */ console.log();