1.2.1 • Published 2 years ago

eslint-plugin-ignore-use-effect v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Better react exhaustive-deps eslint plugin with static variable check

Installation

npm i eslint-plugin-ignore-use-effect

Usage

To use this plugin, you must disable original react-hooks/exhaustive-deps rule

module.exports = {
  // ...
  plugins: ["react-hooks"],
  rules: {
    "react-hooks/exhaustive-deps": "off",
    'ignore-use-effect/exhaustive-deps': 'warn',
  }
  // ...
}
1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago