whitespace - Is there any tool for adding white spaces for Typescript? -
i'm migrating codes js typescript. , quite annoyed errors white spaces. spaces after comments, , around equal.
i understand , makes sense. think there automated tool or plugins white spaces. please advice me solution.
[00:15:40] [gulp-tslint] error app/world/world.component.ts[53, 20]: missing whitespace
and quite annoyed errors white spaces. spaces after comments, , around equal.
typescript not error on these. perhaps using tslint
.
fix
- disable tslint or
- use grunt cleanup : https://www.npmjs.com/package/grunt-trimtrailingspaces or
- atom editor default.
Comments
Post a Comment