0.1.0 • Published 2 years ago
@edgeros/eslint-plugin-jsre v0.1.0
eslint-plugin-jsre
ESLint plugin for Edgeros
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-jsre
:
$ npm install @edgeros/eslint-plugin-jsre --save-dev
Usage
Add @edgeros/jsre
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"@edgeros/jsre"
]
}
{
"env": [
"@edgeros/jsre/jsre": true
]
}
Supported Rules
- Fill in provided rules here