privatenumber / pkgroll

📦 Zero-config package bundler for Node.js + TypeScript
MIT License
1.01k stars 23 forks source link

chore: remove husky and lint-staged #14

Closed ayuhito closed 2 years ago

ayuhito commented 2 years ago

Migrates Husky 4 to 8 to resolve pnpm/pnpm#4790. PNPM doesn't seem to play nice with a husky + lint-staged mix on my device.

privatenumber commented 2 years ago

I would actually be OK with removing husky & lint-staged entirely. I'm not happy with the direction husky was developed in so I prefer not to upgrade.

Besides, I realized I move much faster without them, and the CI lints anyway.

ayuhito commented 2 years ago

@privatenumber, that works too. Not a big fan of lint-staged either since it slows IDE commits without much feedback. I've adjusted the PR accordingly.

privatenumber commented 1 year ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: