https://github.com/annotation/text-fabric
Raw File
Tip revision: ed26f387b107c3d102c148aeb9b9fb99f8955156 authored by Dirk Roorda on 10 June 2021, 13:27:55 UTC
pipeline support functions
Tip revision: ed26f38
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top