Added a .prettierrc configuration file for Prettier. This ensures that people running Prettier locally use this configuration instead of their local. Also formatted a few files to be in line with the new configuration.
How to test
Run "npm run format" from root and make sure that it is able to run Prettier.
Proposed changes
Added a
.prettierrc
configuration file for Prettier. This ensures that people running Prettier locally use this configuration instead of their local. Also formatted a few files to be in line with the new configuration.How to test