https://github.com/cortex-js/prettier-config
Shareable config of prettier
https://github.com/cortex-js/prettier-config
Last synced: about 2 months ago
JSON representation
Shareable config of prettier
- Host: GitHub
- URL: https://github.com/cortex-js/prettier-config
- Owner: cortex-js
- Created: 2019-11-13T20:03:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T15:29:45.000Z (over 2 years ago)
- Last Synced: 2025-10-15T14:27:02.440Z (5 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prettier-config
To use consistent formatting of HTML, CSS, Typescript, Javascript and more, use
this shareable [Prettier](https://prettier.io/docs/en/options.html) config file.
## Usage
**Install**
```bash
$ npm install --save-dev @cortex-js/prettier-config
```
**Edit `package.json`**
```json
// package.json
{
"prettier": "@cortex-js/prettier-config"
}
```