Skip to content

Commit

Permalink
Downgrade eslint-plugin-jsx-a11y to ^5.1.1
Browse files Browse the repository at this point in the history
Addresses the following incompatibility warning from
`eslint-plugin-airbnb`:

```
warning "eslint-config-airbnb@15.1.0" has incorrect peer dependency "eslint-plugin-jsx-a11y@^5.1.1"
```
  • Loading branch information
dblandin committed Sep 19, 2017
1 parent 9166fc0 commit 5df6883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jasmine": "^2.8.4",
"eslint-plugin-jest": "^21.1.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-meteor": "^4.1.4",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.1.1",
Expand Down

0 comments on commit 5df6883

Please sign in to comment.