An open API service indexing awesome lists of open source software.

https://github.com/doo/prettier-config

Shared prettier config for all typescript projects
https://github.com/doo/prettier-config

Last synced: 3 months ago
JSON representation

Shared prettier config for all typescript projects

Awesome Lists containing this project

README

          

# Shared Prettier Configuration for all Typescript projects

Add it your repository:
```
npm install github:doo/prettier-config --save-dev
```

Example how to use prettier-config in your typescript (.prettierrc.js):

```
module.exports = {
...require("@doo/prettier-config"),
};
```