You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently we have in .eslint set "react/destructuring-assignment": "off".
We need to enable this rule and fix all errors that will come out of it.
To enable it, removing this line should be enough as it is part of the airbnb eslint config.
The text was updated successfully, but these errors were encountered:
Presently we have in
.eslint
set"react/destructuring-assignment": "off"
.We need to enable this rule and fix all errors that will come out of it.
To enable it, removing this line should be enough as it is part of the airbnb eslint config.
The text was updated successfully, but these errors were encountered: