-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Open
Labels
In DiscussionNot yet reached consensusNot yet reached consensusSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
I added a comment in #18457 (comment) but I think that nobody saw it.
It would be nice if I could put the @ts-ignore
at the same line, to leave the code more readable
let v1: string = 1; // @ts-ignore
let v2: string = 2; // @ts-ignore
let v3: string = 3; // @ts-ignore
let v4: string = 4; // @ts-ignore
let v5: string = 5; // @ts-ignore
let v6: string = 6; // @ts-ignore
instead of:
// @ts-ignore
let v1: string = 1;
// @ts-ignore
let v2: string = 2;
// @ts-ignore
let v3: string = 3;
// @ts-ignore
let v4: string = 4;
// @ts-ignore
let v5: string = 5;
// @ts-ignore
let v6: string = 6;
levp, j-oliveras, fabysdev, porfirioribeiro, eastcoastcoder and 101 morex-strong, Annihil, GomDzhabbar, vopnijam, thom801 and 3 morex-strong, Annihil, vopnijam, thescientist13, olafkotur and 3 morebimbridge and sansantosh
Metadata
Metadata
Assignees
Labels
In DiscussionNot yet reached consensusNot yet reached consensusSuggestionAn idea for TypeScriptAn idea for TypeScript