Right now, we are manually formatting code to comply with the linting rules. Having to do this can be somewhat annoying to developers, and can also result it some inconsistencies across the codebase (e.g. where/when to break to a new line).
Instead, we can use a code formatter such as Prettier to automatically format the code for us. This would avoid the overhead of formatting our own code and makes the codebase look more consistent.
Right now, we are manually formatting code to comply with the linting rules. Having to do this can be somewhat annoying to developers, and can also result it some inconsistencies across the codebase (e.g. where/when to break to a new line).
Instead, we can use a code formatter such as Prettier to automatically format the code for us. This would avoid the overhead of formatting our own code and makes the codebase look more consistent.