eslint-plugin-salt
v2.0.2
Published
## Installation
Downloads
16
Readme
eslint-plugin-salt
Installation
# yarn
yarn add -D eslint-plugin-salt
# npm
npm install -D eslint-plugin-salt
Configuration
{
"plugins": ["salt"],
"rules": {
"salt/react-hook-dependencies": "error"
}
}
List of supported rules
✔️: Enabled in the recommended configuration.
🔧: Fixable with eslint --fix.
| ✔️ | 🔧 | Rule | Description |
| :-: | :-: | :---------------------------------------------------------------------------------------------------------------------- | :-------------------------------- |
| | 🔧 | react-hook-dependencies | Enforce React Hook Dependencies
|