Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomchinery/prettier-config
My personal prettier config for hobby projects.
https://github.com/tomchinery/prettier-config
Last synced: about 1 month ago
JSON representation
My personal prettier config for hobby projects.
- Host: GitHub
- URL: https://github.com/tomchinery/prettier-config
- Owner: tomchinery
- License: mit
- Created: 2019-05-21T17:42:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T05:12:29.000Z (over 5 years ago)
- Last Synced: 2024-11-28T05:06:51.808Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@tomchinery/prettier-config`
> My personal [prettier](https://prettier.io/) config for hobby projects.
## Usage
**Install**
```bash
npm i @tomchinery/prettier-config
```**Edit `package.json`**:
```jsonc
{
"prettier": "@tomchinery/prettier-config"
}
```