https://github.com/annotation/text-fabric
Raw File
Tip revision: 78e2b37c0231d9d5ff2f09eb39f79042744e864b authored by Dirk Roorda on 14 June 2022, 12:27:17 UTC
small fixes
Tip revision: 78e2b37
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top