2.0.1 • Published 10 months ago

@electerious/prettier-config v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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.