1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 02:55:01 +00:00
mon-entreprise/.prettierrc

11 lines
176 B
Text
Raw Normal View History

2018-03-06 15:13:18 +01:00
printWidth: 80
trailingComma: none
bracketSpacing: true
jsxBracketSameLine: true
2018-01-03 16:32:20 +01:00
useTabs: true
semi: false
singleQuote: true
2018-03-06 15:13:18 +01:00
arrowParens: avoid
proseWrap: preserve
2018-03-06 17:16:02 +01:00
tabWidth: 2