Skip to content

Commit

Permalink
Disable no-unused-prop-types for now, as it's buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Nov 30, 2017
1 parent 5234d1b commit 3c01111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
// `no-unused-prop-types` is buggy when we use destructuring parameters in
// functions as it misunderstands them as functional components.
// See https://github.com/yannickcr/eslint-plugin-react/issues/1561
'react/no-unused-prop-types': 'warn',
// 'react/no-unused-prop-types': 'error',
'react/no-unused-state': 'error',
'react/prefer-stateless-function': 'error',
'react/prefer-stateless-function': [
Expand Down

0 comments on commit 3c01111

Please sign in to comment.