We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd4007 commit 5cfca6dCopy full SHA for 5cfca6d
1 file changed
packages/eslint-plugin/lib/configs/recommended.js
@@ -39,6 +39,7 @@ module.exports = defineConfig({
39
"react-native/sort-styles": "off",
40
"react/no-unstable-nested-components": "error",
41
"react/prop-types": "off",
42
+ "react/no-unused-prop-types": "error",
43
},
44
env: {
45
node: true,
0 commit comments