https://github.com/annotation/text-fabric
Raw File
Tip revision: c0a49f092ceda3e7bab91fd0f1aa84e2dc029cf4 authored by Dirk Roorda on 04 May 2022, 14:24:39 UTC
small fixes
Tip revision: c0a49f0
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top