zipline/.prettierrc.json
Jonathan af0cd26ea0
feat: prettier run (#200)
* feat: prettier run

* fix: whatever that was

* chore: format more files

* chore: make format command better
2022-10-19 19:43:01 -07:00

5 lines
73 B
JSON

{
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 110
}