@goexpensive/eslint-plugin-goexpensive

0.0.3 • Public • Published

eslint-plugin-goexpensive

Custom rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-goexpensive:

npm install eslint-plugin-goexpensive --save-dev

Usage

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

{
    "plugins": [
        "goexpensive"
    ]
}

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

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

Supported Rules

  • Fill in nprovided rules here

Package Sidebar

Install

npm i @goexpensive/eslint-plugin-goexpensive

Weekly Downloads

3

Version

0.0.3

License

ISC

Unpacked Size

5.24 kB

Total Files

7

Last publish

Collaborators

  • goexpensive