@innovixx/eslint-config 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -369,9 +369,7 @@ module.exports = {
|
|
|
369
369
|
|
|
370
370
|
// Enforce a defaultProps definition for every prop that is not a required prop
|
|
371
371
|
// https://github.com/yannickcr/eslint-plugin-react/blob/843d71a432baf0f01f598d7cf1eea75ad6896e4b/docs/rules/require-default-props.md
|
|
372
|
-
'react/require-default-props':
|
|
373
|
-
forbidDefaultForRequired: true,
|
|
374
|
-
}],
|
|
372
|
+
'react/require-default-props': 'off',
|
|
375
373
|
|
|
376
374
|
// Forbids using non-exported propTypes
|
|
377
375
|
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/forbid-foreign-prop-types.md
|
package/package.json
CHANGED