2.0.2 • Published 1 year ago

eslint-plugin-salt v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

āœ”ļøšŸ”§RuleDescription
šŸ”§react-hook-dependenciesEnforce React Hook Dependencies