eslint-plugin-no-arrowfunc

0.0.0 • Public • Published

eslint-plugin-no-arrowfunc

do not use arrow functions

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-no-arrowfunc:

npm install eslint-plugin-no-arrowfunc --save-dev

Usage

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

{
    "plugins": [
        "no-arrowfunc"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "no-arrowfunc/rule-name": 2
    }
}

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

TODO: Run eslint-doc-generator to generate the rules list.

/eslint-plugin-no-arrowfunc/

    Package Sidebar

    Install

    npm i eslint-plugin-no-arrowfunc

    Weekly Downloads

    4

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    4.49 kB

    Total Files

    7

    Last publish

    Collaborators

    • mgarialdi