Files
authorizer/dashboard/.prettierrc.json

7 lines
84 B
JSON
Raw Permalink Normal View History

2022-10-02 22:36:57 +05:30
{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
2022-11-12 23:54:37 +05:30
"useTabs": true
2022-10-02 22:36:57 +05:30
}