1.0.6 • Published 5 months ago

@mimik/eslint-plugin-document-env v1.0.6

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
5 months ago

eslint-plugin-document-env

Usage

npm install @mimik/eslint-plugin-document-env

In your .eslintrc:

{
  "plugins": [
    "@mimik/document-env"
  ],
  "rules": {
    "@mimik/document-env/validate-document-env": 2
  }
}

Rules

An eslint plugin that ...

document-env/validate-document-env

Verifies that when an environment variable is used, there is a document ation about it after the following header:

  • | Env variable name | Description | Default | Comments |
  • | ----------------- | ----------- | ------- | -------- |

The plugin also verifies that there is a non empty or blank description and that the description is not duplicated.

1.0.6

5 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago