You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
READMESupported Rules list and Rule strictness in different modes table should be generated programmatically
The list and table should be kept in sync with a11y rules in the /rules folder. Every time a new a11y rule is added to /rules folder , README list and table content should be refreshed programmatically
The text was updated successfully, but these errors were encountered:
uncommon-type
added a commit
to uncommon-type/eslint-plugin-jsx-a11y
that referenced
this issue
Feb 28, 2022
- Add readme.yml file to ensure table and list markdown content is
auto-generated from rules folder
- Add md-magic dependency and scripts to package.json for updating
readme markdown
- Add markdown.config.js file to add transformation functions to the
transforms object
- Add scripts to README markdown to keep documentation content in sync
with readme
- Disable `no-console` rule in markdown.config file in .eslintrc
- Add errorOptions property to source files for rules with extra options
Closesjsx-eslint#836
AC:
README
Supported Rules
list andRule strictness in different modes
table should be generated programmatically/rules
folder. Every time a new a11y rule is added to/rules
folder ,README
list and table content should be refreshed programmaticallyThe text was updated successfully, but these errors were encountered: