authorizer/dashboard/.prettierrc.json

7 lines
84 B
JSON
Raw Permalink Normal View History

2022-10-02 17:06:57 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
2022-11-12 18:24:37 +00:00
"useTabs": true
2022-10-02 17:06:57 +00:00
}