1.0.5 • Published 4 years ago

eslint-plugin-fp-eslint-plugin v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-fp-eslint-plugin

Finpack plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-fp-eslint-plugin:

$ npm install eslint-plugin-fp-eslint-plugin --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-fp-eslint-plugin globally.

Usage

Add fp-eslint-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "fp-eslint-plugin"
    ]
}

Changlog

1.0.3: add eslint no-magic-numbers: ["error", { "enforceConst": true }]

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago