microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Add `.prettierrc` for proper code formatting #284

Closed ghost closed 3 years ago

ghost commented 4 years ago

In the current state, the project doesn't have any option for code formatting. It has eslint, but it can be used in conjugation with prettier as well.

peterblazejewicz commented 4 years ago

The project was created, when the Prettier foothold was not yet such great. OK for me to get one, you could pick one from other MS projects and resuse here.