2.0.2 ⢠Published 2 years ago
eslint-plugin-salt v2.0.2
eslint-plugin-salt
Installation
# yarn
yarn add -D eslint-plugin-salt
# npm
npm install -D eslint-plugin-saltConfiguration
{
"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 |