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.
1 parent 7ab3ea6 commit b96adffCopy full SHA for b96adff
rules/general.js
@@ -133,13 +133,13 @@ module.exports = {
133
*
134
* @example
135
* ["error", {
136
- * forbid: ["any", "array", "object"],
+ * forbid: ["any", "array"],
137
* checkContextTypes: false,
138
* checkChildContextTypes: false,
139
* }]
140
*/
141
"react/forbid-prop-types": ["error", {
142
- forbid: ["any", "array", "object"],
+ forbid: ["any", "array"],
143
checkContextTypes: false,
144
checkChildContextTypes: false,
145
}],
0 commit comments