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
I have created a axe-linter.yml file following code
rules:
heading-order: true # Disable this rule
html-has-lang: false # this rule is disabled for all files
button-has-role: false # this rule is disabled for all files
img-has-alt: true # this rule is disabled for all files
image-alt: false
exclude:
Expectation: linter extension will highlight axe rule violations in HTML code
Actual: The linter immediately yields the error Unable to start axe-linter
Motivation: I want the linter to run correctly in order to test my frontend code
But not reading this yml in VScode and not execute axe-lint
i have copied this yml file path : C:\Users\username\axe-linter.yml
can help to resolve this issue.
thanks
The text was updated successfully, but these errors were encountered:
Hey @Arjunanpalanichamy do you mind sharing what version you are using of the vscode extension?
Sorry, something went wrong.
Thanks for your reply Michael-siek.. i have resolved this issue as of now..
No branches or pull requests
I have created a axe-linter.yml file following code
rules:
heading-order: true # Disable this rule
html-has-lang: false # this rule is disabled for all files
button-has-role: false # this rule is disabled for all files
img-has-alt: true # this rule is disabled for all files
image-alt: false
exclude:
Expectation: linter extension will highlight axe rule violations in HTML code
Actual: The linter immediately yields the error Unable to start axe-linter
Motivation: I want the linter to run correctly in order to test my frontend code
But not reading this yml in VScode and not execute axe-lint
i have copied this yml file path : C:\Users\username\axe-linter.yml
can help to resolve this issue.
thanks
The text was updated successfully, but these errors were encountered: