1.0.6 • Published 7 years ago

eslint-plugin-funfp v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago