https://github.com/madebydaniz/nextjs-prettier-config
https://github.com/madebydaniz/nextjs-prettier-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madebydaniz/nextjs-prettier-config
- Owner: madebydaniz
- License: mit
- Created: 2025-03-08T07:53:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T08:31:38.000Z (3 months ago)
- Last Synced: 2025-03-08T09:19:15.066Z (3 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJs Prettier Config
> NextJs [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ npm install -D git+ssh://[email protected]:madebydaniz/nextjs-prettier-config.git
```**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "nextjs-prettier-config",
}
```