We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
react/no-unused-prop-types
1 parent c3044f8 commit 3e65675Copy full SHA for 3e65675
packages/eslint-config-airbnb/rules/react.js
@@ -271,7 +271,7 @@ module.exports = {
271
272
// Prevent unused propType definitions
273
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unused-prop-types.md
274
- 'react/no-unused-prop-types': ['warn', {
+ 'react/no-unused-prop-types': ['error', {
275
customValidators: [
276
],
277
skipShapeProps: true,
0 commit comments