Skip to content

Commit aab5d4f

Browse files
authored
Chore(Docs): Update Docs Changes (#890)
* Chore(Docs): Fix Path & Bump Locks * Add prettier * use more verbose storybook build commands because the abbreviated ones seemed not to be working * move storybook build after ocular
1 parent b35a463 commit aab5d4f

File tree

7 files changed

+8014
-5369
lines changed

7 files changed

+8014
-5369
lines changed

.prettierrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "none",
4+
"bracketSpacing": false,
5+
"jsxBracketSameLine": false,
6+
"semi": true,
7+
"parser": "flow"
8+
}

0 commit comments

Comments
 (0)