Skip to content

Commit 78ba995

Browse files
authored
Add logging / utils package (#226)
1 parent 521225e commit 78ba995

26 files changed

+21204
-2001
lines changed

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"printWidth": 89,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": false,
6+
"singleQuote": true,
7+
"trailingComma": "all",
8+
"bracketSpacing": true,
9+
"jsxBracketSameLine": false
10+
}

0 commit comments

Comments
 (0)