Skip to content

Commit

Permalink
add sidebar quick links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjoe committed Jan 22, 2024
1 parent aecdc20 commit 7baa803
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 220 deletions.
9 changes: 5 additions & 4 deletions ui/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"semi": true,
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all"
"semi": true,
"singleQuote": false,
"arrowParens": "avoid",
"printWidth": 100
}
Loading

0 comments on commit 7baa803

Please sign in to comment.