We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
strip-json-comments
Is your feature request related to a problem? Please describe.
htmlhint use strip-json-comments for config file so you can use comments inside the .htmlhintrc file.
htmlhint
.htmlhintrc
Code here: https://github.com/htmlhint/HTMLHint/blob/85a1c78984a8ec09ab17595efba2e6ac479e6f31/bin/htmlhint#L319
But htmlhint-loader doesn't support it.
htmlhint-loader
Describe the solution you'd like
Use strip-json-comments
Describe alternatives you've considered
I advice to use http://json5.org/
Additional context
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
htmlhint
usestrip-json-comments
for config file so you can use comments inside the.htmlhintrc
file.Code here: https://github.com/htmlhint/HTMLHint/blob/85a1c78984a8ec09ab17595efba2e6ac479e6f31/bin/htmlhint#L319
But
htmlhint-loader
doesn't support it.Describe the solution you'd like
Use
strip-json-comments
Describe alternatives you've considered
I advice to use http://json5.org/
Additional context
None
The text was updated successfully, but these errors were encountered: