Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(recipes): update htmlhint #779

Merged
merged 3 commits into from
May 7, 2020
Merged

docs(recipes): update htmlhint #779

merged 3 commits into from
May 7, 2020

Conversation

antleblanc
Copy link
Contributor

Update recipe for htmlhint.

see: #742

Signed-off-by: Antoine Leblanc [email protected]

see: #742

Signed-off-by: Antoine Leblanc <[email protected]>
docs/recipes/htmlhint.md Show resolved Hide resolved
'app/images/**/*',
'.tmp/fonts/**/*'
- ]).on('change', server.reload);
+ ], {}, htmlhint).on('change', server.reload);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there are reason for passing empty options? They are optional.

Suggested change
+ ], {}, htmlhint).on('change', server.reload);
+ ], htmlhint).on('change', server.reload);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No specific reason. I've applied your suggestion.

Thanks!

@antleblanc antleblanc requested a review from silvenon May 7, 2020 19:37
docs/recipes/htmlhint.md Outdated Show resolved Hide resolved
@antleblanc antleblanc requested a review from silvenon May 7, 2020 19:55
Copy link
Member

@silvenon silvenon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@silvenon silvenon merged commit ace6195 into yeoman:master May 7, 2020
@silvenon silvenon mentioned this pull request May 7, 2020
@antleblanc antleblanc deleted the patch-htmlhint branch May 7, 2020 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants