Do not require default props in the premium plugin

This aligns the configuration with the free plugin.

[PREMIUM-215]
This commit is contained in:
Jan Jakes
2023-01-13 14:21:14 +01:00
committed by Aschepikov
parent 872bf07b25
commit 78314944aa

View File

@@ -30,6 +30,7 @@
"class-methods-use-this": 0,
// PropTypes
"react/prop-types": 0,
"react/require-default-props": 0,
"react/jsx-props-no-spreading": 0,
// Hooks
"react-hooks/rules-of-hooks": "error",