https://github.com/boringcodes/prettier-config
🍭 Boring Prettier Config - @boringcodes
https://github.com/boringcodes/prettier-config
boringcodes eslint husky javascript lint-staged npm prettier prettier-config standard-version
Last synced: 6 months ago
JSON representation
🍭 Boring Prettier Config - @boringcodes
- Host: GitHub
- URL: https://github.com/boringcodes/prettier-config
- Owner: boringcodes
- License: mit
- Created: 2020-03-25T16:16:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T22:56:56.000Z (over 2 years ago)
- Last Synced: 2025-03-17T20:52:10.551Z (7 months ago)
- Topics: boringcodes, eslint, husky, javascript, lint-staged, npm, prettier, prettier-config, standard-version
- Language: Shell
- Homepage: https://www.npmjs.com/package/@boringcodes/prettier-config
- Size: 525 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
Use the package manager to install
```bash
yarn add @boringcodes/prettier-config prettier --dev
```## Usage
Create `.prettierrc`/`.prettierrc.json` and add the content
```json
"@boringcodes/prettier-config"
```Or if you want to extend the config, create `.prettierrc.js` instead
```javascript
const config = require('@boringcodes/prettier-config');module.exports = {
...config,
// TODO: add your prettier configs below
};
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## Authors
[BoringCodes](https://github.com/boringcodes)
## License
[MIT](https://github.com/boringcodes/prettier-config/blob/master/LICENSE)