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

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.09 KB

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.