1.0.1-alpha.9 • Published 5 years ago

@r2f/prettier-config v1.0.1-alpha.9

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

@r2f/prettier-config

This package includes the prettier configuration.

Usage

npm install @r2f/prettier-config --save-dev
npx install-peerdeps --dev @r2f/prettier-config

or

yarn add @r2f/prettier-config --dev
npx install-peerdeps --dev @r2f/prettier-config

Then create a file named .prettierrc.js with following contents in the root folder of your project:

module.exports = require('@r2f/prettier-config');