1.5.5 • Published 5 years ago

@uwhealth/eslint-plugin-environments v1.5.5

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

@uwhealth/eslint-plugin-environments

Additional environments that UW Health works in (T4, Rhino, Webpack)

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @uwhealth/eslint-plugin-environments:

$ npm install @uwhealth/eslint-plugin-environments --save-dev

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

Usage

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

{
    "plugins": [
        "@uwhealth/environments"
    ]
}