You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the extension evaluates all files that are open. Sometimes it evaluate files that should not be parsed (generated files, files under node_modules, target, etc.).
Is there a way to tell HTMLhint which files should only be evaluated?
CLI already have ignore option (https://htmlhint.com/docs/user-guide/usage/options), which AFAIK is currently not possible to use with the extension. However, it'd be nice to have also a "files" like option ("only files to evaluate"), similar to other linters (e.g. ESLint); if not under .htmlhintrc, maybe inside .vscode\settings.json.
The text was updated successfully, but these errors were encountered:
I agree that this would be a helpful feature. The ignore option would ideally be added to the .htmlhintrc config and the VS Code would automatically read and use that.
Currently the extension evaluates all files that are open. Sometimes it evaluate files that should not be parsed (generated files, files under node_modules, target, etc.).
Is there a way to tell HTMLhint which files should only be evaluated?
CLI already have
ignore
option (https://htmlhint.com/docs/user-guide/usage/options), which AFAIK is currently not possible to use with the extension. However, it'd be nice to have also a "files" like option ("only files to evaluate"), similar to other linters (e.g. ESLint); if not under.htmlhintrc
, maybe inside.vscode\settings.json
.The text was updated successfully, but these errors were encountered: