Skip to content

Commit 3e65675

Browse files
committed
[eslint config] [breaking] re-enable react/no-unused-prop-types
1 parent c3044f8 commit 3e65675

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-airbnb/rules

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb/rules/react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = {
271271

272272
// Prevent unused propType definitions
273273
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unused-prop-types.md
274-
'react/no-unused-prop-types': ['warn', {
274+
'react/no-unused-prop-types': ['error', {
275275
customValidators: [
276276
],
277277
skipShapeProps: true,

0 commit comments

Comments
 (0)