0.2.0 • Published 7 months ago

eslint-plugin-swq v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

eslint-plugin-swq

Test plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-swq:

npm install eslint-plugin-swq --save-dev

Usage

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

import swq from "eslint-plugin-swq";

export default [
    {
        plugins: {
            swq
        }
    }
];

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

import swq from "eslint-plugin-swq";

export default [
    {
        plugins: {
            swq
        },
        rules: {
            "swq/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.

0.1.0

7 months ago

0.1.2

7 months ago

0.2.0

7 months ago

0.1.1

7 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago