Socket
Book a DemoInstallSign in
Socket

@nodeart/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeart/eslint-plugin

ESLint plugin from NodeArt

latest
npmnpm
Version
1.4.5
Version published
Maintainers
2
Created
Source

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"
    ]
}

Keywords

eslint

FAQs

Package last updated on 28 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts