Skip to content

Instantly share code, notes, and snippets.

# https://prettier.io/docs/en/options
useTabs: true
semi: true
singleQuote: false
quoteProps: consistent
jsxSingleQuote: false
trailingComma: all
bracketSpacing: true
bracketSameLine: true