npm

@electerious/prettier-config

2.0.0 • Public • Published

Prettier configuration

Build

Shareable Prettier configuration for my personal projects.

Install

Install this package. It already includes Prettier and the necessary plugins.

npm install --save-dev @electerious/prettier-config

Usage

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

module.exports = {
  ...require('@electerious/prettier-config'),
}

That's it! You can override the settings by editing the .prettierrc.js file.

Package Sidebar

Install

npm i @electerious/prettier-config

Weekly Downloads

1,182

Version

2.0.0

License

MIT

Unpacked Size

2.73 kB

Total Files

4

Last publish

Collaborators

  • electerious