Accessibility Linting

What are some accessibility linters you all have used in your projects? I’ve been looking into using the @axe-core/react library for a11y linting but looks like you would need to write some binding files to get this to work? I’d like for developers in my project to enforce a11y best practices in their code.

Open to ideas and suggestions.