prettierrc.json
1.8.2Schema URL
All of
Definitions
Include parentheses around a sole arrow function parameter.
Print spaces between brackets in object literals.
Insert @format pragma into file's first docblock comment.
Put the > of a multi-line JSX element at the end of the last line instead of being alone on the next line.
Specify which parser to use.
Specify the line length that the printer will wrap on.
How to wrap prose.
Require either '@prettier' or '@format' to be present in the file's first docblock comment in order for it to be formatted.
Print semicolons at the ends of statements.
Use single quotes instead of double quotes.
Specify the number of spaces per indentation-level.
Print trailing commas wherever possible.
Indent lines with tabs instead of spaces.
Provide a list of patterns to override prettier configuration.