eslint-plugin-funfp
v1.0.6
Published
A eslint plugin to encourage point-free style of functional programming using ramda, funfp, or lodash/fp
Downloads
2
Readme
eslint-plugin-funfp
A eslint plugin to encourage point-free style of functional programming using ramda, funfp, or lodash/fp
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