authorizer/dashboard/.prettierrc.json

7 lines
85 B
JSON
Raw Normal View History

2022-10-02 17:06:57 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false
}