https://github.com/kontentino/prettier-config
https://github.com/kontentino/prettier-config
prettier prettier-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kontentino/prettier-config
- Owner: kontentino
- Created: 2021-10-22T11:56:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T07:36:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T19:13:47.762Z (6 months ago)
- Topics: prettier, prettier-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kontentino/prettier-config
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Prettier config
> Prettier config for multiple project with the same format

## Getting started### Installation
```bash
npm install --save-dev @kontentino/prettier-config
```### Usage
*prettier.config.js*
```javascript
module.exports = require('@kontentino/prettier-config/prettier.config');
```