We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd903a commit 439a1f1Copy full SHA for 439a1f1
docs/glossary.md
@@ -716,11 +716,14 @@ ESLint
716
717
Stylelint
718
[Stylelint](https://stylelint.io/) is a CSS linter that helps you avoid errors and enforce conventions.
719
-
+
720
Prettier
721
[Prettier](https://prettier.io/) is an opinionated code formatter.
722
723
GitHub workflow
724
GitHub workflows
725
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.
729
```
0 commit comments