dequelabs/axe-core

Expose a rule's `enabled` property in the official API

Fechada

#5.116 aberto em 24 de mai. de 2026

 (2 comentários) (0 reação) (0 responsável)JavaScript (783 forks)batch import
feathelp wanted

Métricas do repositório

Stars
 (5.457 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d) (21 fundiu PRs em 30d)

Description

Product

axe-core

Feature Description

To my knowledge, there's currently no official way to get the list of rules that are enabled when axe.run() is called with no options.

There's an axe.getRules() method, but that returns all rules, including the ones that are disabled by default.

There is an undocumented way to get such a list today (axe._audit.rules.filter(rule => rule.enabled)).

It would be great to expose the ability to filter rules by whether they're enabled as part of the official API, for example by adding the enabled key to the rule objects returned by axe.getRules(), or by introducing a new method.

Guia do colaborador