web/.prettierrc
Mo bce8c5fcba
feat: option to sign out all workspaces (#1005)
* feat: option to sign out all workspaces

* style: prettier width 120

* chore: bump snjs
2022-04-26 15:28:30 -05:00

7 lines
90 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": false
}