webhintio / hint

💡 A hinting engine for the web

Home Page:https://webhint.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[VSCode extension] how to see all hint issues in my project without opening all files?

GorvGoyl opened this issue · comments

VSCode shows hint issues only when I open a file. How can I see all the issues in my project? Is there some command line that I can run and it would run through all files?

.hintrc

{
    "extends": ["development"],
    "hints": {
        "no-inline-styles": "warning",
        "axe/forms": "warning",
        "axe/aria":"hint"
    }
}