Do not require default props in the premium plugin
This aligns the configuration with the free plugin. [PREMIUM-215]
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
"class-methods-use-this": 0,
|
"class-methods-use-this": 0,
|
||||||
// PropTypes
|
// PropTypes
|
||||||
"react/prop-types": 0,
|
"react/prop-types": 0,
|
||||||
|
"react/require-default-props": 0,
|
||||||
"react/jsx-props-no-spreading": 0,
|
"react/jsx-props-no-spreading": 0,
|
||||||
// Hooks
|
// Hooks
|
||||||
"react-hooks/rules-of-hooks": "error",
|
"react-hooks/rules-of-hooks": "error",
|
||||||
|
Reference in New Issue
Block a user