1.2.3 • Published 5 years ago

eslint-config-knplabs-fp v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago