Skip to content

Commit 399b970

Browse files
committed
chore(dashboard): add prettier
1 parent fe687cb commit 399b970

25 files changed

+1756
-647
lines changed

dashboard/.prettierrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tabWidth": 2,
3+
"singleQuote": true,
4+
"trailingComma": "all",
5+
"useTabs": false
6+
}

0 commit comments

Comments
 (0)