2.0.2 ⢠Published 1 year ago
eslint-plugin-salt v2.0.2
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 |