1.0.4 • Published 1 year ago

@primo/prettier-config v1.0.4

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

@primo/prettier-config

NPM version

Prettier configuration for Primo

Getting started

To install @primo/prettier-config in your project, you will need to run the following command using npm:

npm install -S @primo/prettier-config

If you prefer Yarn, use the following command instead:

yarn add @primo/prettier-config

Usage

You can use @primo/prettier-config in your project by extending it in your prettier.config.js file config in the root of your project. For example, if we had an .prettierrc file:

'use strict';

const prettierConfig = require('@primo/prettier-config');
module.exports = prettierConfig;

✍️ Feedback

Please ask any questions on this project, you can do so by creating a new issue. Or contributing to any active issues.

If you wish to get in contact, please don't hesitate via twitter @Rich_McCartney.

📝 Licence

Licensed under standard MIT license.