We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 273c805 + 8c7f0fd commit c507c6cCopy full SHA for c507c6c
1 file changed
README.md
@@ -9,7 +9,7 @@
9
10
**pre-commit** is a pre-commit hook installer for `git`. It will ensure that
11
your `npm test` (or other specified scripts) passes before you can commit your
12
-changes. This all conveniently configured in your package.json.
+changes. This all conveniently configured in your `package.json`.
13
14
But don't worry, you can still force a commit by telling `git` to skip the
15
`pre-commit` hooks by simply committing using `--no-verify`.
@@ -40,7 +40,7 @@ specified in your `package.json` "scripts" field. So before people commit you
40
could ensure that:
41
42
- You have 100% coverage
43
-- All stying passes.
+- All styling passes.
44
- JSHint passes.
45
- Contribution licenses signed etc.
46
0 commit comments