microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `.prettierrc` for proper code formatting

opened this issue · comments

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.

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.