1.3.0 • Published 12 months ago

prettier-husky-lint-staged-installer v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Prettier Lint

prettier-husky-lint-staged-installer

Setup prettier fortmat staged files at precommit.
After installation you'll got following setting automatically and run prettier staged file when you git commit.

  • package.json
  "lint-staged": {
    "*": "prettier --ignore-unknown --write"
  }
  • .huskey/precommit
npx lint-staged

installation

Run script at your project root directory.

  • npm
npx prettier-husky-lint-staged-installer
  • pnpm
pnpm dlx prettier-husky-lint-staged-installer
  • bun
bunx prettier-husky-lint-staged-installer

LICENSE

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):

1.3.0

12 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.5

2 years ago

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