.eslintrc.js 85 B

12345
  1. module.exports = {
  2. rules: {
  3. "react-hooks/exhaustive-deps": "off",
  4. },
  5. };