[eslint config] [breaking] re-enable react/no-unused-prop-types

This commit is contained in:
Jordan Harband
2016-11-06 22:07:50 -08:00
parent c3044f811e
commit 3e656750e6

View File

@@ -271,7 +271,7 @@ module.exports = {
// Prevent unused propType definitions
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unused-prop-types.md
'react/no-unused-prop-types': ['warn', {
'react/no-unused-prop-types': ['error', {
customValidators: [
],
skipShapeProps: true,