Files
start-os/ui/.prettierrc
Alex Inkin 5e681aa3fb refactor(app-show): refactor component (#961)
* refactor(app-show): refactor component

* chore: remove precommit hook for the time being

* chore: fix mutation by spreading

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
2022-01-21 20:35:52 -07:00

7 lines
95 B
Plaintext

{
"singleQuote": true,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "all"
}