authorizer/app/.prettierrc.json

7 lines
85 B
JSON

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