StackOverflow - StackOverflow
my eslint-plugin-react-hooks doesn't work
The rule value you are using is wrong, thats why its not working.
The rule can be set to either of always
or never
like:
"react/destructuring-assignment": [<enabled>, 'always']
You can also see this link for reference of this rule.
Was this helpful?
Related Articles
Have a different question?
Can't find the answer you're looking for? Submit your own question to our community.
🛎️ Get Weekly OTA Fixes
New answers, vendor issues, and updates — straight to your inbox.