1.2.3 • Published 7 years ago
eslint-config-knplabs-fp v1.2.3
Functional ESLint Configuration
This is our eslint configuration for functional javascript.
Installation
Install the dependency with yarn or npm:
# with yarn
$ yarn add eslint eslint-config-knplabs-fp --dev
# with npm
$ npm i --dev eslint eslint-config-knplabs-fpConfiguration
In your eslint configuration add the plugin at your root level:
{
"extends": "eslint-config-knplabs-fp"
}Contribution
Feel free to contribute in any form you want (issues, pull requests ...), we will be happy to share with you.