0.3.1 • Published 2 years ago

@tutods/prettier-config v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Prettier Config (@tutods/prettier-config)

NPM Version NPM Downloads License Changelog


▶️ Installation

Using Yarn:

yarn add -D @tutods/prettier-config

Using NPM:

npm i -D @tutods/prettier-config

Using PNPM:

pnpm add -D @tutods/prettier-config

📄 Usage

This package exports one configuration, so to use it, you only need to extend it. For that, you have two possible ways of do it.

Via package.json

On this way, you need to access your package.json and add the following values:

{
  //  ...
  "prettier": "@tutods/prettier.config"
  //  ...
}

Via .prettierrc (json format)

Simple as create the .prettierrc file and paste:

"@tutods/prettier-config"

Don't forget that you can use my ESLint config to add Prettier validations on your code.

About Me

GitHub linkedin twitter instragram

0.3.1

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.5-alpha.8

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago