Skip to content

lyaricci/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prettier-config

This is my personal Prettier config.
To use it, follow the steps below:

Installation

  1. Use your favorite package manager (e.g. npm) to install it as a dev dependency:
npm i -D @nathalyaricci/prettier-config
  1. Create a .prettierrc file and extend the config using strings:
"@nathalyaricci/prettier-config"

If you want to override some options, you can extend the package using "extends":

{
  "extends": "@nathalyaricci/prettier-config",
  "overrides": [
    {
      // ...your configs
    }
  ]
}

About

A shareable Prettier configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published