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

https://github.com/mtth/prettier-typescript

Prettier configuration for TypeScript
https://github.com/mtth/prettier-typescript

prettier typescript

Last synced: about 2 months ago
JSON representation

Prettier configuration for TypeScript

Awesome Lists containing this project

README

          

# Prettier TypeScript configuration

Shared prettier configuration for TypeScript projects.

## Quickstart

```sh
$ npm i @mtth/prettier-typescript
```

Then, inside `package.json`:

```json
{
"prettier": "@mtth/prettier-typescript"
}
```

More information:
https://prettier.io/docs/en/configuration.html#sharing-configurations

## Next steps

We recommend using `prettier` in combination with ESLint, for example
with [this plugin](https://github.com/mtth/eslint-plugin).