Skip to content

electerious/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Prettier configuration for my personal projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published