eslint-plugin-jsspec

0.0.9 • Public • Published

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"
    ]
}

/eslint-plugin-jsspec/

    Package Sidebar

    Install

    npm i eslint-plugin-jsspec

    Weekly Downloads

    5

    Version

    0.0.9

    License

    MIT

    Unpacked Size

    3.65 kB

    Total Files

    6

    Last publish

    Collaborators

    • hookyqr