Skip to content

Commit

Permalink
Exclude rule "no-unused-prop-types" because jsx-eslint/eslint-plugin-…
Browse files Browse the repository at this point in the history
  • Loading branch information
iegik committed Mar 12, 2017
1 parent 9722371 commit 1967601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ 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
}
};

0 comments on commit 1967601

Please sign in to comment.