https://github.com/annotation/text-fabric
Raw File
Tip revision: b53beafcf8ce617a4d706304498dae56bbe4123d authored by Dirk Roorda on 13 September 2023, 06:44:55 UTC
fix in export data function of TF browser
Tip revision: b53beaf
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top