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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?