https://github.com/annotation/text-fabric
Raw File
Tip revision: f3da47088126bb612dfc8455c31a660dcf646b62 authored by Dirk Roorda on 06 April 2020, 15:25:03 UTC
improvement of TF app-api logic and performance
Tip revision: f3da470
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top