@nodeart/eslint-plugin

1.4.5 • Public • Published

eslint-plugin-nodeart

ESLint plugin from NodeArt

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @nodeart/eslint-plugin:

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

Usage

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

{
    "plugins": [
        "@nodeart"
    ]
}

Then add a specific config to the extends section:

{
    "extends": [
        "plugin:@nodeart/react"
    ]
}

Package Sidebar

Install

npm i @nodeart/eslint-plugin

Weekly Downloads

2

Version

1.4.5

License

ISC

Unpacked Size

3.86 kB

Total Files

11

Last publish

Collaborators

  • ivan-tymoshenko
  • nodeartio