https://github.com/annotation/text-fabric
Raw File
Tip revision: 374257579eedc628a6831509f88d73a92b6b9cee authored by Dirk Roorda on 09 April 2019, 18:19:20 UTC
enhanced API for retrieving online data and code
Tip revision: 3742575
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top