1.0.0 • Published 7 months ago

@estudionk/prettier-config v1.0.0

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

prettier-config

Prettier config .json file where to centralized the standard.

1. This is only a prettier config file, so you will need to install the npm package for this to work.

npm i -D prettier

2. Add @estudionk/prettier-config to your project

{
  "name": "my-cool-library",
  // ...
  "prettier": "@estudionk/prettier-config"
  // ...
}

3. You should delete all other Prettier configurations to avoid that your shared configuration file is overridden.

4. Be happy

1.0.0

7 months ago