0.1.4 • Published 1 year ago

@tekminewe/prettier-config v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago