eslint-plugin-marco

0.0.3 • Public • Published

eslint-plugin-marco

eslint-plugin playground

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-marco:

npm install eslint-plugin-marco --save-dev

Usage

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

{
    "plugins": [
        "marco"
    ]
}

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

{
    "rules": {
        "marco/no-new-date": "error",
    }
}

example-no-new-date

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.

Package Sidebar

Install

npm i eslint-plugin-marco

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

219 kB

Total Files

8

Last publish

Collaborators

  • marco-won