New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

eslint-plugin-dfkadyr-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-dfkadyr-plugin

plugin for react project

latest
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

eslint-plugin-dfkadyr-plugin

plugin for react project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-dfkadyr-plugin:

npm install eslint-plugin-dfkadyr-plugin --save-dev

Usage

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

{
    "plugins": [
        "dfkadyr-plugin"
    ]
}

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

{
    "rules": {
        "dfkadyr-plugin/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Keywords

eslint

FAQs

Package last updated on 12 Jan 2023

Related posts