https://github.com/yuler/create-prettier-config
create prettier config file
https://github.com/yuler/create-prettier-config
Last synced: about 1 month ago
JSON representation
create prettier config file
- Host: GitHub
- URL: https://github.com/yuler/create-prettier-config
- Owner: yuler
- Created: 2021-08-01T12:58:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T05:28:12.000Z (over 4 years ago)
- Last Synced: 2026-01-28T06:10:09.544Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create prettier config
Generate prettier config file `.prettierrc.json` same as [@yuler/prettier-config](https://npm.im/@yuler/prettier-config)
## Usage
With NPM:
```bash
npm init @yuler/prettier-config
```
With Yarn:
```bash
yarn create @yuler/prettier-config
```
With pnpm:
```bash
pnpm create @yuler/preitter-config
```