1.4.0 • Published 1 year ago

@beardedviking/eslint-plugin v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@beardedviking/eslint-plugin

A plugin containing custom rules that I use in my projects

Installation

You'll first need to install ESLint:

npm i eslint --save-dev
npm install @beardedviking/eslint-plugin --save-dev

Usage

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

{
  "plugins": ["@beardedviking"]
}

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

{
  "rules": {
    "@beardedviking/<config-name>": "error"
  }
}

Supported Rules

1.4.0

1 year ago

1.3.1

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago