eslint-config-knplabs-fp
v1.2.3
Published
Functional ESLint Configuration ===============================
Downloads
6
Readme
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-fp
Configuration
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.