blue-infinex

Results 1 issues of blue-infinex

I'd like the ability to declare which components should be ignored e.g. ```json { "rules": { "jsx-a11y/no-autofocus": [2, { "ignoreNonDOM": ["Dialog", "Menu"] }], } } ``` For context, I typically...