1.1.0 • Published 3 years ago

@kilohealth/test-eslint-config-redux-saga v1.1.0

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

@kilohealth/eslint-config-redux-saga

Eslint plugin adding rules for redux-saga.

Getting started

Add the package and the necessary dependencies to devDependencies.

yarn add -D @kilohealth/eslint-config-redux-saga eslint-plugin-redux-saga redux-saga

Usage

Extend your eslint config in your .eslintrc:

"extends": ["@kilohealth/eslint-config-redux-saga"]

Also see

@kilohealth/eslint-config