Skip to content

Commit

Permalink
eslint-plugin-jsx-a11y@3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zksailor534 committed Jan 25, 2017
1 parent ddc4fa2 commit c9e8226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -21,6 +21,7 @@ module.exports = {
"no-use-before-define": 0,
"react/sort-comp": 0,
"react/no-multi-comp": 0,
"react/require-default-props": 0,
"react/require-extension": 0
}
};
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.9.0",
"gh-pages": "^0.12.0",
Expand Down

0 comments on commit c9e8226

Please sign in to comment.