Skip to content
New issue

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

fix: allow axe to run in certain configurations of jsdom #3755

Merged
merged 4 commits into from
Oct 31, 2022

Conversation

straker
Copy link
Contributor

@straker straker commented Oct 28, 2022

A subtle bug that prevented axe-core from working in certain configuration settings of jsdom. Modified our eslintrc file so this shouldn't happen again.

@straker straker requested a review from a team as a code owner October 28, 2022 15:22
.eslintrc.js Outdated Show resolved Hide resolved
@straker straker merged commit b74c5d4 into develop Oct 31, 2022
@straker straker deleted the fix-polyfill-bug branch October 31, 2022 14:17
globals: {},
rules: {
'func-names': [2, 'as-needed'],
'prefer-const': 2,
'no-use-before-define': 'off'
}
},
{
// polyfills are mostly copy-pasted from sources so we don't control their styling

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: should be polyfills

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants