Socket
Book a DemoInstallSign in
Socket

eslint-plugin-check-path-m09blight-plugin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-check-path-m09blight-plugin

plugin for production project

latest
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

eslint-plugin-ulbi-tv-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ulbi-tv-plugin:

npm install eslint-plugin-ulbi-tv-plugin --save-dev

Usage

In your configuration file, import the plugin eslint-plugin-ulbi-tv-plugin and add ulbi-tv-plugin to the plugins key:

import ulbi-tv-plugin from "eslint-plugin-ulbi-tv-plugin";

export default [
    {
        plugins: {
            ulbi-tv-plugin
        }
    }
];

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

import ulbi-tv-plugin from "eslint-plugin-ulbi-tv-plugin";

export default [
    {
        plugins: {
            ulbi-tv-plugin
        },
        rules: {
            "ulbi-tv-plugin/rule-name": "warn"
        }
    }
];

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Keywords

eslint

FAQs

Package last updated on 03 May 2025

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