- use single or double quotes? - use `function` or `const` for functional components? - how to sort imports? - use `type` or `interface` for TS types? - order of functions in component? All at the bottom or top?
functionorconstfor functional components?typeorinterfacefor TS types?