https://github.com/danielfsousa/prettier-config
my prettier config
https://github.com/danielfsousa/prettier-config
config prettier
Last synced: about 1 month ago
JSON representation
my prettier config
- Host: GitHub
- URL: https://github.com/danielfsousa/prettier-config
- Owner: danielfsousa
- License: mit
- Created: 2020-10-27T23:40:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T21:42:00.000Z (over 5 years ago)
- Last Synced: 2025-01-02T06:44:23.233Z (over 1 year ago)
- Topics: config, prettier
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@danielfsousa/prettier-config` [](https://www.npmjs.com/package/@danielfsousa/prettier-config)
My prettier config
## Usage
Install:
```bash
npm install --save-dev prettier @danielfsousa/prettier-config
```
Create a `.prettierrc` file containing `"@danielfsousa/prettier-config"`:
```bash
echo '"@danielfsousa/prettier-config"' > .prettierrc
```