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
Describe the bug
We should use @10up/eslint-config/react to lint React rules such as missing dependencies in React Hooks. So, we need to update the .eslintrc.js, run npm run lint-js, fix the warnings and errors, and remove eslint deps.
Describe the bug
We should use
@10up/eslint-config/react
to lint React rules such as missing dependencies in React Hooks. So, we need to update the.eslintrc.js
, runnpm run lint-js
, fix the warnings and errors, and remove eslint deps.This PR is a continuation of #2279.
The text was updated successfully, but these errors were encountered: