Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitedjs/prettier-config
Shareable Prettier configuration for Vited projects
https://github.com/vitedjs/prettier-config
Last synced: about 1 month ago
JSON representation
Shareable Prettier configuration for Vited projects
- Host: GitHub
- URL: https://github.com/vitedjs/prettier-config
- Owner: vitedjs
- License: mit
- Created: 2023-09-05T14:16:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T09:17:56.000Z (about 1 year ago)
- Last Synced: 2024-12-01T11:52:29.925Z (about 2 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @vited/prettier-config
Shareable Prettier configuration for Vited projects
## Install
```bash
npm i -D @vited/prettier-config
```## Configure
Modify `package.json`:
```json
{
"prettier": "@vited/prettier-config"
}
```