https://github.com/davidborzek/prettier-config
A prettier config for my node projects
https://github.com/davidborzek/prettier-config
coding javascript js prettier prettier-config rules style ts typescript
Last synced: 8 months ago
JSON representation
A prettier config for my node projects
- Host: GitHub
- URL: https://github.com/davidborzek/prettier-config
- Owner: davidborzek
- License: mit
- Created: 2021-11-22T16:09:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T05:44:35.000Z (about 2 years ago)
- Last Synced: 2025-02-05T07:49:25.937Z (8 months ago)
- Topics: coding, javascript, js, prettier, prettier-config, rules, style, ts, typescript
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prettier config
A prettier config for my node projects.
## Setup
1. Install
```bash
yarn add -D @davidborzek/prettier-config
```2. Configure
Add the following to the `package.json` of your project:
```json
{
"prettier": "@davidborzek/prettier-config"
}
```