@nathalyaricci/prettier-config

1.1.0 • Public • Published

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
    }
  ]
}

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @nathalyaricci/prettier-config

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    1.56 kB

    Total Files

    3

    Last publish

    Collaborators

    • lyaricci