eslint-plugin-edu-lint

0.0.5 • Public • Published

eslint-plugin-edu-eslint-test

edu-eslint-test

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-edu-eslint-test:

npm install eslint-plugin-edu-eslint-test --save-dev

Usage

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

{
    "plugins": [
        "edu-eslint-test"
    ]
}

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

{
    "rules": {
        "edu-eslint-test/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-edu-lint

Weekly Downloads

2

Version

0.0.5

License

ISC

Unpacked Size

16 kB

Total Files

10

Last publish

Collaborators

  • hcw