Structs§
- Configuration
- Configuration
Builder - TypeScript formatting configuration builder.
Enums§
- Brace
Position - Where to place the opening brace.
- Force
Multi Line - Force multilines possibilities.
- JsxMulti
Line Parens - Whether to surround a JSX element or fragment with parentheses when it’s the top JSX node and it spans multiple lines.
- JsxQuote
Style - Whether to use single or double quotes for JSX attributes.
- Member
Spacing - How to space members.
- Named
Type Imports Exports Order - Next
Control Flow Position - Where to place the next control flow within a control flow statement.
- Operator
Position - Where to place the operator for expressions that span multiple lines.
- Prefer
Hanging - Quote
Props - Behaviour to use for quotes on property names.
- Quote
Style - How to decide to use single or double quotes.
- Same
OrNext Line Position - Where to place a node that could be on the same line or next line.
- Semi
Colon OrComma - Whether to use semi-colons or commas.
- Semi
Colons - Semi colon possibilities.
- Sort
Order - The kind of sort ordering to use.
- Trailing
Commas - Trailing comma possibilities.
- UseBraces
- If braces should be used or not in certain scenarios.
- UseParentheses
- Whether to use parentheses around a single parameter in an arrow function.
Functions§
- resolve_
config - Resolves configuration from a collection of key value strings.