Skip to content

Commit

Permalink
feat: add descriptions to husky and lints-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Mar 30, 2024
1 parent 64e400d commit 6ac5772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ npx @allohamora/cli
| **commitlint** | setups [commitlint](https://github.com/conventional-changelog/commitlint) with the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) config | `husky` |
| **eslint** | setups [eslint](https://github.com/eslint/eslint) with a config and lint scripts | `prettier` |
| **stylelint** | setups [stylelint](https://github.com/stylelint/stylelint) with a config and lint scripts | `prettier` |
| **husky** | setups [husky](https://github.com/typicode/husky) | |
| **lint-staged** | setups [lint-staged](https://github.com/okonet/lint-staged) | `husky`, `jest`, `eslint`, `prettier`, `stylelint` |
| **husky** | setups [husky](https://github.com/typicode/husky) that handles git hooks | |
| **lint-staged** | setups [lint-staged](https://github.com/okonet/lint-staged) that runs something on commit | `husky`, `jest`, `eslint`, `prettier`, `stylelint` |
| **prettier** | setups [prettier](https://github.com/prettier/prettier) with a config and format scripts | |
| **release-workflow** | setups a github release workflow that creates a release from the [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) CHANGELOG.md on a tag push | |
| **standard-version** | setups [standard-version](https://github.com/conventional-changelog/standard-version) with the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) config and release scripts | |
Expand Down

0 comments on commit 6ac5772

Please sign in to comment.