@beardedviking/eslint-plugin

1.4.0 • Public • Published

@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

Package Sidebar

Install

npm i @beardedviking/eslint-plugin

Weekly Downloads

3

Version

1.4.0

License

MIT

Unpacked Size

9.42 kB

Total Files

14

Last publish

Collaborators

  • beardedvikingdev