3.1.3 • Published 3 months ago

prettier-config-guestline v3.1.3

Weekly downloads
319
License
MIT
Repository
github
Last release
3 months ago

prettier-config-guestline

This package includes the shareable Prettier configuration used by Guestline Scripts. Please refer to its documentation:

Usage with Guestline Scripts

The easiest way to use this configuration is with Guestline Scripts, which includes it by default.

You don’t need to install it separately.

Usage Outside of Guestline Scripts

If you want to use this Prettier configuration in a project not built with Guestline Scripts, you can install it with following steps.

First, install this package and Prettier.

npm install --save-dev prettier prettier-config-guestline

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

module.exports = require('prettier-config-guestline');

That's it! You can override the settings from prettier-config-guestline by editing the .prettierrc.js file. Learn more about configuring Prettier on the Prettier website.

3.1.3

3 months ago

3.1.2

6 months ago

3.1.1

6 months ago

3.0.2

6 months ago

3.0.1

6 months ago

3.1.0

6 months ago

3.0.0

6 months ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.0.1

6 years ago

1.0.0

6 years ago