authorizer/app/.prettierrc.json
2022-10-02 22:39:47 +05:30

7 lines
85 B
JSON

{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false
}