Skip to content
This repository has been archived by the owner on Mar 3, 2018. It is now read-only.

lo1tuma/eslint-plugin-ramda

Repository files navigation

This project has been moved to ramda/eslint-plugin-ramda.


NPM Version Build Status Dependencies NPM Downloads

eslint-plugin-ramda

ESLint rules for ramda.

Install and configure

npm install --save-dev eslint-plugin-ramda

Then add a reference to this plugin and selected rules in your eslint config:

{
  "plugins": [
    "ramda"
  ],
  "rules": {
    "ramda/prefer-reject": 2
  }
}

See Configuring Eslint on eslint.org for more info.