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

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

Open
GorvGoyl opened this issue Apr 10, 2024 · 0 comments

Comments

@GorvGoyl
Copy link

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"
    }
}
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

No branches or pull requests

1 participant