Skip to content

Commit

Permalink
chore: Fix yml syntax missing colon (evilmartians#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkelton committed Dec 15, 2022
1 parent 7fa22dd commit f41e149
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,12 @@ If using `{all_files}` with RuboCop, it will ignore RuboCop's `Exclude` configur

#### Quotes

If you want to have all you files quoted with double quotes `"` or single quotes `'`, quote the appropriate shorthand:
If you want to have all your files quoted with double quotes `"` or single quotes `'`, quote the appropriate shorthand:

```yml
pre-commit
# lefthook.yml

pre-commit:
commands:
lint:
glob: "*.js"
Expand Down

0 comments on commit f41e149

Please sign in to comment.