https://github.com/launchpadlab/prettier-config
https://github.com/launchpadlab/prettier-config
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchpadlab/prettier-config
- Owner: LaunchPadLab
- Created: 2019-08-07T14:49:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T16:14:48.000Z (over 2 years ago)
- Last Synced: 2025-06-03T21:18:10.784Z (8 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@launchpadlab/prettier-config`
Shareable [Prettier](https://prettier.io) config to use across projects.
## Usage
**Install**:
```bash
$ yarn add --dev @launchpadlab/prettier-config
```
**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@launchpadlab/prettier-config"
}
```
**or a configuration file (eg `.prettierrc`):**
```js
"@launchpadlab/prettier-config"
```