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
- Host: GitHub
- URL: https://github.com/mtth/prettier-typescript
- Owner: mtth
- License: mit
- Created: 2021-02-13T18:53:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T00:08:40.000Z (over 4 years ago)
- Last Synced: 2025-03-30T09:04:13.333Z (about 1 year ago)
- Topics: prettier, typescript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).