@stevancorre/prettier-config
v1.0.0
Published
Prettier configuration I use for my projects
Downloads
1
Readme
Installation
# Using Npm
$ npm i -D @stevancorre/prettier-config
# Pnpm
$ pnpm add -D @stevancorre/prettier-config
# Or Yarn
$ yarn add -D @stevancorre/prettier-config
How to use
Create a new .prettierrc.cjs
file or open an existing one, then just make it extend the configuration.
module.exports = require("@stevancorre/prettier-config");
License
This project is MIT licensed.
Credits
- Icon: prettier.io
- README design: github.com/amitmerchant1990