eslint-config-standard-fp

2.0.1 • Public • Published

eslint-config-standard-fp

An ESLint configuration which builds on JS Standard Style with additional rules that restrict JS to a more functional programming oriented subset of the language.

Instructions

First, install the eslint config & required plugins.

npm i -D eslint-config-standard-fp eslint-plugin-fp eslint-plugin-promise eslint-plugin-standard

Then, add this to your .eslintrc.json file:

{
  "extends": "standard-fp"
}

/eslint-config-standard-fp/

    Package Sidebar

    Install

    npm i eslint-config-standard-fp

    Weekly Downloads

    4

    Version

    2.0.1

    License

    MIT

    Last publish

    Collaborators

    • joshburgess