https://github.com/annotation/text-fabric
Raw File
Tip revision: c115e83be29a6e5311cea07ddafe648ba2215263 authored by Dirk Roorda on 23 August 2021, 13:48:15 UTC
bugfixes 73 and 74
Tip revision: c115e83
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top