1.0.0 • Published 1 year ago

@stevancorre/prettier-config v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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