Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-plugin-cycle

cyclejs17MIT1.0.2

ESLint plugin with Cyclejs-specific rules

cycle, cyclejs, eslint, eslint-plugin, eslintplugin

readme

ESLint-plugin-Cycle

npm version

ESLint rules specific to Cycle.js

Installation

Install ESLint either locally in your project.

npm install eslint --save-dev

Configuration

Add plugins section and specify ESLint-plugin-Cycle as a plugin.

{
  "plugins": [
    "cycle"
  ]
}