Open utterances-bot opened 3 years ago
Your config does not check hooks for missing dependencies.
Adding these lines fixed it for me.
"rules": {
...
"react-hooks/rules-of-hooks": 'error',
"react-hooks/exhaustive-deps": 'warn'
}
@UnnamedXAer Thanks for your feedback. I will check it and modify it!
Use ESLint, Prettier like Pro on React Native - Let's see how to use ESLint and Prettier on React Native project, and Let's see how to use Husky and lint-staged to use ESLint and Prettier like Pro.
Let's see how to use ESLint and Prettier on React Native project, and Let's see how to use Husky and lint-staged to use ESLint and Prettier like Pro.
https://dev-yakuza.posstree.com/en/react-native/eslint-prettier-husky-lint-staged/