TypeScript
Atom Grammars: TypeScript
VSCode Languages: typescript, typescriptreact
File Patterns: **/*.ts, **/*.tsx
Supported Beautifiers
| Beautifier | Options | Downloads | Stars | Issues |
|---|---|---|---|---|
| Prettier | 11 | |||
| Pretty Diff | 11 | |||
| TSLint | 2 |
Options
| # | Option | Prettier | Pretty Diff | TSLint |
|---|---|---|---|---|
| 1 | Align Assignments | ❌ | ✅ | ❌ |
| 2 | Arrow Parens | ✅ | ❌ | ✅ |
| 3 | Break Chained Methods | ❌ | ✅ | ❌ |
| 4 | End With Comma | ✅ | ✅ | ✅ |
| 5 | End With Semicolon | ✅ | ❌ | ❌ |
| 6 | Indent Comments | ❌ | ✅ | ❌ |
| 7 | Indent Size | ✅ | ✅ | ❌ |
| 8 | Indent Style | ✅ | ✅ | ❌ |
| 9 | JSX Brackets | ✅ | ❌ | ❌ |
| 10 | Max Preserve Newlines | ❌ | ✅ | ❌ |
| 11 | Multiline Ternary | ❌ | ✅ | ❌ |
| 12 | Object Curly Spacing | ✅ | ❌ | ❌ |
| 13 | Pragma Insert | ✅ | ❌ | ❌ |
| 14 | Pragma Require | ✅ | ❌ | ❌ |
| 15 | Quotes | ✅ | ✅ | ❌ |
| 16 | Space After Anon Function | ❌ | ✅ | ❌ |
| 17 | Wrap Line Length | ✅ | ✅ | ❌ |