Skip to content

Commit c32a7fa

Browse files
authored
Merge pull request #259 from authorizerdev/chore/add-prettier-dashboard
chore(dashboard): add prettier
2 parents fe687cb + 399b970 commit c32a7fa

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)