skeleton.

This commit is contained in:
fiatjaf
2022-01-09 21:30:15 -03:00
commit 853a2b304b
13 changed files with 1316 additions and 0 deletions

9
.prettierrc.yaml Normal file
View File

@@ -0,0 +1,9 @@
arrowParens: avoid
bracketSpacing: false
jsxBracketSameLine: false
printWidth: 80
proseWrap: preserve
semi: false
singleQuote: true
trailingComma: none
useTabs: false