CareTogether / CareTogetherCMS

An open-source case management system (CMS) for nonprofits connecting families to caring communities.
https://caretogether.io
GNU Affero General Public License v3.0
14 stars 6 forks source link

Add Prettier #764

Closed PabloDinella closed 1 month ago

PabloDinella commented 1 month ago

I added prettier with some basic config for the js/ts files. VS Code will automatically use prettier for formatting, and eslint for linting, regardless of the users default settings.

Added the prettier plugin for eslint to avoid rules conflict, leaving formatting to prettier.

Formatted all files in src in a separate commit to facilitate review (you can review changes by commit): image