2.0.0 • Published 7 months ago

@electerious/prettier-config v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.