This package has been deprecated

Author message:

Moved to scooped version @nfq/eslint-plugin

eslint-plugin-nfq

0.5.4 • Public • Published

eslint-plugin-nfq

NFQ eslint rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-nfq:

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

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

Usage

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

{
    "plugins": [
        "nfq"
    ]
}

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

{
    "rules": {
        "nfq/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-nfq

Weekly Downloads

7

Version

0.5.4

License

ISC

Unpacked Size

54.5 kB

Total Files

9

Last publish

Collaborators

  • nfqdbt