eslint-plugin-zoux

0.0.2 • Public • Published

eslint-plugin-zoux

plugin for zoux

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-zoux:

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

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

Usage

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

{
    "plugins": [
        "zoux"
    ]
}

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

{
    "rules": {
        "zoux/no-console": 2
    }
}

Supported Rules

  • zoux/no-console

Package Sidebar

Install

npm i eslint-plugin-zoux

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

3.99 kB

Total Files

6

Last publish

Collaborators

  • zouxin0125