aboutsummaryrefslogtreecommitdiffhomepage
path: root/.prettierrc.yml
blob: aa374328e27b6a00ed32b5c5162453bd00aadb04 (plain) (blame)
1
2
3
4
5
6
7
8
printWidth: 80
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
trailingComma: all
bracketSpacing: true
arrowParens: always