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
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
Add eslint-plugin-jsx-a11y to the config to automatically flag accessibility problems. This could be implemented here in this repo or in eslint-config-uber-universal-stage-3
Current behavior
Fusion.js does not automatically flag accessibility problems in my apps. Of course, I can still extend this config to add jsx-a11y linting, but I have to remember to do this each time I scaffold a new repo. Moreover, I feel having it in the default configuration would help everyone build more accessible websites using Fusion.js.
Expected behavior
Fusion.js could use eslint-plugin-jsx-a11y to automatically detect accessibility problems and fail the build if one was detected.
Additional notes
This would be a breaking change, since code exists out in the wild using eslint-config-fusion that would not pass eslint-plugin-jsx-a11y.
The text was updated successfully, but these errors were encountered:
Type of issue
Feature request
Description
Add
eslint-plugin-jsx-a11y
to the config to automatically flag accessibility problems. This could be implemented here in this repo or in eslint-config-uber-universal-stage-3Current behavior
Fusion.js does not automatically flag accessibility problems in my apps. Of course, I can still extend this config to add jsx-a11y linting, but I have to remember to do this each time I scaffold a new repo. Moreover, I feel having it in the default configuration would help everyone build more accessible websites using Fusion.js.
Expected behavior
Fusion.js could use
eslint-plugin-jsx-a11y
to automatically detect accessibility problems and fail the build if one was detected.Additional notes
This would be a breaking change, since code exists out in the wild using eslint-config-fusion that would not pass
eslint-plugin-jsx-a11y
.The text was updated successfully, but these errors were encountered: