ljj-eslint-plugin-demo

0.0.0 • Public • Published

eslint-plugin-demo1

no console tiem

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-demo1:

$ npm install eslint-plugin-demo1 --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-demo1 globally.

Usage

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

{
    "plugins": [
        "demo1"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

/ljj-eslint-plugin-demo/

    Package Sidebar

    Install

    npm i ljj-eslint-plugin-demo

    Weekly Downloads

    0

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    5.49 kB

    Total Files

    6

    Last publish

    Collaborators

    • udncgj