Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exu3/prettier-config
Prettier configuration, published as an npm package. There are many like it, but this one is mine.
https://github.com/exu3/prettier-config
Last synced: 12 days ago
JSON representation
Prettier configuration, published as an npm package. There are many like it, but this one is mine.
- Host: GitHub
- URL: https://github.com/exu3/prettier-config
- Owner: exu3
- Created: 2021-10-01T17:03:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T08:30:10.000Z (over 2 years ago)
- Last Synced: 2024-03-23T05:03:51.038Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@exu3/prettier-config`
## Install
```sh
yarn add --dev @exu3/prettier-config
```then add to `package.json`:
```json
{
// ...
"prettier": "@exu3/prettier-config"
}
```---
`@exu3`'s [Prettier](https://prettier.io/) config.
Inspired by [@azz](https://github.com/azz/prettier-config) & [@garyhtou](https://github.com/garyhtou/prettier-config)