@teddytags/eslint-plugin

1.0.1 • Public • Published

@teddytags/eslint-plugin

ESLint integration with TeddyTags

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @teddytags/eslint-plugin:

$ npm install @teddytags/eslint-plugin --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install @teddytags/eslint-plugin globally.

Usage

Add @teddytags to the plugins section of your .eslintrc configuration file.

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

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

{
  "rules": {
    "@teddytags/rule-name": 2
  }
}

Supported Rules

/@teddytags/eslint-plugin/

    Package Sidebar

    Install

    npm i @teddytags/eslint-plugin

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    7.59 kB

    Total Files

    8

    Last publish

    Collaborators

    • obnoxiousnerd