1.0.8 • Published 2 years ago

@pqkluan/prettier-config v1.0.8

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

@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

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago