Skip to content

twilson63/eslint-plugin-funfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

eslint plugin for fun functional programming

Resources

Stars

Watchers

Forks

Packages