Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 78ba995

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

26 files changed

+21204
-2001
lines changed

Diff for: .prettierrc

+10
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)