chore(dashboard): add prettier

This commit is contained in:
Lakhan Samani
2022-10-02 22:36:57 +05:30
parent fe687cb0ca
commit 399b97079d
25 changed files with 1759 additions and 650 deletions

View File

@@ -0,0 +1,6 @@
{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false
}