mirror of https://github.com/Seich/Beau.git
Added a .prettierrc config file.
This commit is contained in:
parent
3212403962
commit
64de56d51c
|
|
@ -0,0 +1,10 @@
|
||||||
|
printWidth: 80
|
||||||
|
singleQuote: true
|
||||||
|
useTabs: true
|
||||||
|
trailingComma: none
|
||||||
|
bracketSpacing: true
|
||||||
|
jsxBracketSameLine: true
|
||||||
|
parser: babylon
|
||||||
|
semi: true
|
||||||
|
requirePragma: false
|
||||||
|
proseWrap: always
|
||||||
Loading…
Reference in New Issue