0.0.9 • Published 5 years ago

eslint-plugin-jsspec v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-plugin-jsspec

Travis AppVeyor

Mark system methods and lazy objects as valid/used

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-jsspec:

$ npm install eslint-plugin-jsspec --save-dev

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

Usage

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

{
    "plugins": [
        "jsspec"
    ]
}
0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago