1.5.5 • Published 6 years ago
@uwhealth/eslint-plugin-environments v1.5.5
@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-devNext, install @uwhealth/eslint-plugin-environments:
$ npm install @uwhealth/eslint-plugin-environments --save-devNote: 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"
]
}