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

Commit

Permalink
chore(plugin): upgrade eslint-plugin-jsx-a11y to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Aug 15, 2018
1 parent feaf3fd commit 912ede0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 19 deletions.
1 change: 1 addition & 0 deletions environments/react/accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ module.exports = {
}],

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

// Providing captions for media is essential for deaf users to follow along. Captions should be
Expand Down
47 changes: 29 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 912ede0

Please sign in to comment.