The broad goal with styling our code-bases is consistency and simplicity.

Prettier file:

{
  "trailingComma": "es5",
  "tabWidth": 2,
  "semi": false,
  "singleQuote": true,
  "bracketSpacing": true
}

With react, we use styled components