https://github.com/stardust-configs/prettier-config
Shareable Prettier config
https://github.com/stardust-configs/prettier-config
prettier prettier-config
Last synced: 2 months ago
JSON representation
Shareable Prettier config
- Host: GitHub
- URL: https://github.com/stardust-configs/prettier-config
- Owner: stardust-configs
- Created: 2021-01-24T03:26:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T00:46:33.000Z (over 1 year ago)
- Last Synced: 2025-03-14T10:04:33.559Z (3 months ago)
- Topics: prettier, prettier-config
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @stardust-configs/prettier-config
> Shareable Prettier config
## Install
```sh
npm install @stardust-configs/prettier-config -D
```or
```sh
yarn add @stardust-configs/prettier-config -D
```## Usage
Edit `.prettierrc`.
```json
"@stardust-configs/prettier-config"
```## Override
Override `.prettierrc.js`.
```js
module.exports = {
...require('@stardust-configs/prettier-config'),
printWidth: 80,
}
```## Author
[@p-chan](https://github.com/p-chan)
## License
MIT
---
Inspired by [azz/prettier-config](https://github.com/azz/prettier-config)