This project has been moved to ramda/eslint-plugin-ramda.
ESLint rules for ramda.
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.