0.1.0 • Published 2 years ago

@edgeros/eslint-plugin-jsre v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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
0.1.0

2 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago