eslint-plugin-redux-saga

ESLint rules for redux-saga

  • 所有者: pke/eslint-plugin-redux-saga
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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"
  ]
}

主要指标

概览
名称与所有者pke/eslint-plugin-redux-saga
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-04-21 01:41:47
推送于2023-04-22 23:08:12
最后一次提交2021-12-09 00:27:18
发布数40
最新版本名称v1.2.2 (发布于 2021-12-08 19:35:41)
第一版名称update-npm-published-version (发布于 2016-08-23 12:00:23)
用户参与
星数135
关注者数5
派生数16
提交数172
已启用问题?
问题数30
打开的问题数8
拉请求数36
打开的拉请求数2
关闭的拉请求数14
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?