dtslint/docs/trim-file.md

177 B

trim-file

Don't include blank lines at the beginning or end of a file.

Bad:


export function f(): number;

Good:

export function f(): number;