envdoctor-config-essentials
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

envdoctor-config-essentials

This is example configuration for envdoctor framework

Rules

  • yarn_version (version: string)
  • node_version (version: string)

Install

yarn add envdoctor envdoctor-config-essentials -D

Usage

In your .doctorrc file

{
  "extends": ["essentials"],
  "rules": {
    "yarn-version": [2, "1.9.0"],
    "node-version": [2, "v8"],
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i envdoctor-config-essentials

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

5.33 kB

Total Files

14

Last publish

Collaborators

  • jukben