eslint-plugin-max-params-no-constructor

0.0.4 • Public • Published

eslint-plugin-max-params-no-constructor

Detect functions with too many parameters without the constructor

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

or if you use yarn

$ yarn add eslint -D

Next, install eslint-plugin-max-params-no-constructor:

$ npm install eslint-plugin-max-params-no-constructor --save-dev

or

$ yarn add eslint-plugin-max-params-no-constructor -D

Usage

Add max-params-no-constructor to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["max-params-no-constructor"],
  "rules": {
    "max-params-no-constructor/max-params-no-constructor": ["error", 5]
  }
}

Package Sidebar

Install

npm i eslint-plugin-max-params-no-constructor

Weekly Downloads

34,995

Version

0.0.4

License

MIT

Unpacked Size

8.16 kB

Total Files

5

Last publish

Collaborators

  • paulomenezes