1.2.3 • Published 6 years ago

eslint-config-knplabs-fp v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago