Skip to content

Commit 439a1f1

Browse files
committed
Add husky term to glossary
1 parent 3dd903a commit 439a1f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/glossary.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,11 +716,14 @@ ESLint
716716
717717
Stylelint
718718
[Stylelint](https://stylelint.io/) is a CSS linter that helps you avoid errors and enforce conventions.
719-
719+
720720
Prettier
721721
[Prettier](https://prettier.io/) is an opinionated code formatter.
722722
723723
GitHub workflow
724724
GitHub workflows
725725
A [GitHub workflow](https://docs.github.com/en/actions/using-workflows) is a configurable automated process that will run one or more jobs.
726+
727+
husky
728+
Husky automatically lints your commit messages, code, and runs tests upon committing or pushing commits to a remote repository.
726729
```

0 commit comments

Comments
 (0)