Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 776 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 776 Bytes

eslint-plugin-funfp

A eslint plugin to encourage point-free style of functional programming using ramda, funfp, or lodash/fp

Build

Getting Started

Use this plugin with the eslint-plugin-fp for a powerful fp experience.

Rules

.eslint.js

Make sure you enable the recommended rules using the extends node

module.exports = {
    "extends": [
      "plugin:funfp/recommended"
    ],
    "plugins": [
        "funfp"
    ]
}

License

MIT

Contributions