eslint-plugin-redux-saga

ESLint rules for redux-saga

  • Owner: pke/eslint-plugin-redux-saga
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

eslint-plugin-redux-saga

Greenkeeper badge

Build Status
npm version
License

ESLint rules for redux-saga.

Usage

Install the plugin:

npm

npm i -D eslint-plugin-redux-saga

yarn

yarn add -D eslint-plugin-redux-saga

And add it to your .eslintrc file:

{
  "plugins": [
    "redux-saga"
  ]
}

This plugin exports the recommended configuration that enforces all the rules. To use it, add following property to .eslintrc file:

{
  "extends": [
    "plugin:redux-saga/recommended"
  ]
}

Main metrics

Overview
Name With Ownerpke/eslint-plugin-redux-saga
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2016-04-21 01:41:47
Pushed At2023-04-22 23:08:12
Last Commit At2021-12-09 00:27:18
Release Count40
Last Release Namev1.2.2 (Posted on 2021-12-08 19:35:41)
First Release Nameupdate-npm-published-version (Posted on 2016-08-23 12:00:23)
用户参与
Stargazers Count135
Watchers Count5
Fork Count16
Commits Count172
Has Issues Enabled
Issues Count30
Issue Open Count8
Pull Requests Count36
Pull Requests Open Count2
Pull Requests Close Count14
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private