Skip to content

Commit 5cfca6d

Browse files
pierrezimmermannbampierrezimmermann
andauthored
feat: add new rule react/no-unused-prop-types (#52)
Co-authored-by: pierrezimmermann <pierrez@nam.tech>
1 parent cbd4007 commit 5cfca6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/eslint-plugin/lib/configs/recommended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = defineConfig({
3939
"react-native/sort-styles": "off",
4040
"react/no-unstable-nested-components": "error",
4141
"react/prop-types": "off",
42+
"react/no-unused-prop-types": "error",
4243
},
4344
env: {
4445
node: true,

0 commit comments

Comments
 (0)