0.0.3 • Published 4 years ago

eslint-plugin-test-package1 v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-test-package1

desc

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-test-package1:

$ npm install eslint-plugin-test-package1 --save-dev

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

Usage

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

{
  "plugins": ["test-package1"]
}

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

{
  "rules": {
    "test-package1/rule-name": 2
  }
}

Supported Rules

  • desc for var-length (var-length)

Please describe the origin of the rule here.

Rule Details

This rule aims to...

Examples of incorrect code for this rule:

// fill me in

Examples of correct code for this rule:

// fill me in

Options

If there are any options, describe them here. Otherwise, delete this section.

When Not To Use It

Give a short description of when it would be appropriate to turn off this rule.

Further Reading

If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.

0.0.3

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago