We can choose to slightly change prettier defaults as docs and config in templates or adjust the eslint config to work with defaults out of the box.
The biggest changes are to remove configuration:
- Added semicolon
;
- Changing
'' to ""
- Trailing comma
Comparing to other popular repos: #224 (comment) (It seems most choose to customize formatting)