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

[#829] Update Project README #831

Merged
merged 1 commit into from Feb 15, 2022
Merged

Conversation

uncommon-type
Copy link
Contributor

@uncommon-type uncommon-type commented Feb 15, 2022

Description

This PR adds updates to the project readme. It removes a mention of deprecated react-a11y from the file and adds a recommendation to use jsx-a11y together with @axe-core/react as well as complement automated accessibility testing with manual testing.

Related Issue

Closes #829

Acceptance Criteria

  • Remove the mention of deprecated react-a11y
  • Add a recommendation to use jsx-a11y together with @axe-core/react
  • Add a recommendation to complement automated accessibility testing with manual testing

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
💯 Add tests
🔗 Update dependencies
📜 Docs

 - Remove mention of react-a11y from the file
 - Add recommendation to use jsx-a11y together with @axe-core/react
 - Add recommendation to complement automated tools with manual testing

Fixes jsx-eslint#829.
@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #831 (0c36b3e) into main (f597f5b) will not change coverage.
The diff coverage is n/a.

❗ Current head 0c36b3e differs from pull request most recent head f878d3b. Consider uploading reports for the commit f878d3b to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #831   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files          98       98           
  Lines        1419     1419           
  Branches      479      479           
=======================================
  Hits         1408     1408           
  Misses         11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f597f5b...f878d3b. Read the comment docs.

@uncommon-type uncommon-type marked this pull request as ready for review February 15, 2022 14:25
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Thanks!

Comment on lines +130 to +131
| Rule | Recommended | Strict |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------ |
Copy link
Member

Choose a reason for hiding this comment

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

in a followup, we should probably change all these tables to be autogenerated - see https://github.com/yannickcr/eslint-plugin-react for one way to do it.

@ljharb ljharb merged commit f878d3b into jsx-eslint:main Feb 15, 2022
@uncommon-type uncommon-type deleted the pr/readme-update branch February 23, 2022 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs] removal of react-a11y mention in documentation
2 participants