odin-codespace/weather/.prettierrc
Smig 4d2291815a
Weather app (#10)
* feat: base class added and api

* feat: async method/conversions

* feat: added styling and ui

* feat: added some colors

* feat: project complete
2024-01-22 20:59:19 -05:00

4 lines
43 B
Text

{
"tabWidth": 4,
"singleQuote": true
}