https://github.com/epreston/prettier-config
📦 Shared Prettier config for my projects.
https://github.com/epreston/prettier-config
configuration prettier-config shared
Last synced: 3 months ago
JSON representation
📦 Shared Prettier config for my projects.
- Host: GitHub
- URL: https://github.com/epreston/prettier-config
- Owner: epreston
- License: mit
- Created: 2023-11-04T10:42:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T23:34:14.000Z (3 months ago)
- Last Synced: 2026-02-23T01:21:37.088Z (3 months ago)
- Topics: configuration, prettier-config, shared
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# prettier-config
Shared [Prettier Configuration](https://prettier.io/docs/en/configuration.html) for my projects.
[![NPM version][npm-badge]][npm-url]
[![License][license-badge]][license-url]
## Install
```sh
npm install @epreston/prettier-config --save-dev
```
## Usage
`package.json`
```json
{
"prettier": "@epreston/prettier-config"
}
```
## Tools
| Tool | Reference |
| ------------ | ------------------------ |
| Prettier | https://prettier.io |
| Node.js | https://nodejs.org |
| EditorConfig | https://editorconfig.org |
## References
| Website | Reference |
| ------------------ | ---------------------------------------------- |
| Configure Prettier | https://prettier.io/docs/en/configuration.html |
## License
This project is released under the MIT [License](LICENSE).
[npm-badge]: https://img.shields.io/npm/v/@epreston/prettier-config
[npm-url]: https://www.npmjs.com/package/@epreston/prettier-config
[license-badge]: https://img.shields.io/npm/l/@epreston/prettier-config.svg
[license-url]: LICENSE