Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 912ede0

Browse files
chore(plugin): upgrade eslint-plugin-jsx-a11y to 6.1
1 parent feaf3fd commit 912ede0

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

environments/react/accessibility.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ module.exports = {
9696
}],
9797

9898
// Enforce label tags have associated control.
99+
// @TODO(a11y): Replace with label-has-associated-control
99100
'jsx-a11y/label-has-for': 'warn',
100101

101102
// Providing captions for media is essential for deaf users to follow along. Captions should be

package-lock.json

Lines changed: 29 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"eslint-plugin-flowtype": "^2.39.1",
1919
"eslint-plugin-import": "^2.14.0",
20-
"eslint-plugin-jsx-a11y": "^6.0.3",
20+
"eslint-plugin-jsx-a11y": "^6.1.1",
2121
"eslint-plugin-react": "^7.4.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)