@duely/eslint-plugin

0.0.2 • Public • Published

@duely/eslint-plugin

ESLint plugin by Duely

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @duely/eslint-plugin:

$ npm install @duely/eslint-plugin --save-dev

Usage

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

{
    "plugins": [
        "duely"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i @duely/eslint-plugin

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

8.99 kB

Total Files

12

Last publish

Collaborators

  • uoleevi