@pqkluan/prettier-config

1.0.8 • Public • Published

@pqkluan/prettier-config

build version MIT License

Personal prettier config for javascript projects

How to use

Install this module as dev dependency

yarn add --dev @pqkluan/prettier-config

(Optional) Remove exists prettier config file.

To apply this module config, add "prettier" key in your package.json file.

{
  // ...
  "prettier": "@pqkluan/prettier-config"
}

(Optional) Update Visual Studio Code setting so editor rules will be the same with Prettier formatting rules

"editor.rulers": [100],
"editor.tabSize": 2,
"editor.insertSpaces": true

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @pqkluan/prettier-config

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

3.15 kB

Total Files

4

Last publish

Collaborators

  • pqkluan