Skip to content

Commit

Permalink
Fix eslint-plugin-react no-unused-prop-types rule by jsx-eslint/eslin…
Browse files Browse the repository at this point in the history
  • Loading branch information
iegik committed Mar 12, 2017
1 parent 1967601 commit 71aa41a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -28,6 +28,5 @@ module.exports = {
"import/no-unresolved": 0,
"react/sort-comp": 0,
"react/jsx-filename-extension": 0,
"no-unused-prop-types": 0, // https://github.com/yannickcr/eslint-plugin-react/issues/885
}
};
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,6 +33,6 @@
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "6.10.0"
"eslint-plugin-react": "Kerumen/eslint-plugin-react#6986798"
}
}

0 comments on commit 71aa41a

Please sign in to comment.