1.0.0 • Published 3 years ago

@fp51/eslint-config-redux-saga v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@fp51/eslint-config-redux-saga

Install

Add this dependency to your repository and eslint peer-dependency:

npm add --save-dev @fp51/eslint-config-redux-saga

Usage

Create a .eslintrc file in your project root with this content

{
  "extends": [
    "@fp51/eslint-config-redux-saga"
  ]
}