Using axe DevTools Linter

Link to Using axe DevTools Linter copied to clipboard
Free Trial

This article describes the various ways that you can use axe DevTools Linter to check for accessibility issues.

note

If you'd like to access axe DevTools Linter programmatically, see the section Developing with axe DevTools Linter.

Using the JetBrains plugin shows how to install and use the axe DevTools Linter plugin for JetBrains IDEs (currently WebStorm and IntelliJ IDEA Ultimate).

Using axe DevTools Linter Connector shows how to use the axe DevTools Linter Connector command-line tool to check files for accessibility issues using axe DevTools Linter.

The axe DevTools Linter GitHub Action provides information about setting up a GitHub action to use axe DevTools Linter to monitor push requests for accessibility defects.

Using a Git Pre-Commit Hook with axe DevTools Linter shows how to integrate accessibility checking into your Git workflow.

Using axe DevTools Linter with Jenkins tells how to set up Jenkins to use axe DevTools Linter to automate testing code for accessibility issues.

Using axe DevTools Linter with SonarQube describes how to set up automated accessibility checks with SonarQube and Jenkins.