7.0.3 • Published 3 years ago

eslint-plugin-ringcentral v7.0.3

Weekly downloads
27
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-ringcentral

plugin for ringcentral products

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ringcentral:

$ npm i eslint-plugin-ringcentral --save-dev

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

Usage

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

{
    "plugins": ["ringcentral"],
    "extends": ["plugin:ringcentral/all"],
    // or
    "extends": ["plugin:ringcentral/all-warn"]
}
7.0.0

3 years ago

7.0.3

3 years ago

7.0.2

3 years ago

7.0.1

3 years ago

6.0.0

4 years ago

5.0.0

4 years ago

4.0.0

5 years ago

3.0.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago