0.1.4 • Published 2 years ago

@tekminewe/prettier-config v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

prettier-config

Prettier is the key to keeping all your codes in a consistent style and format, and no more asking your teammates to set the tab width to 2.

Getting Started

  1. Install the package.
pnpm i @tekminewe/prettier-config
  1. Create .prettierrc in the root of your project with following content.
"@tekminewe/prettier-config"
  1. Add the script in your package.json.
  "scripts": {
    // Your other scripts
    "prettier": "npx prettier --write ."
  }
  1. Run prettier and enjoy your pretty codes.
npm run prettier
0.1.4

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