https://github.com/annotation/text-fabric
Raw File
Tip revision: 88280524e064ef0f6695fd52ad0748902eb8cf00 authored by Dirk Roorda on 02 November 2023, 18:43:14 UTC
improved dependency management
Tip revision: 8828052
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top