@jessie.js/eslint-plugin

0.4.1 • Public • Published

@jessie.js/eslint-plugin

Jessie-specific plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @jessie.js/eslint-plugin:

$ npm install @jessie.js/eslint-plugin --save-dev

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

Usage

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

{
    "plugins": [
        "@jessie.js"
    ]
}

Then configure the Jessie parser under the processor section.

{
    "processor": "@jessie.js/use-jessie"
}

Package Sidebar

Install

npm i @jessie.js/eslint-plugin

Weekly Downloads

1,347

Version

0.4.1

License

Apache-2.0

Unpacked Size

37.6 kB

Total Files

17

Last publish

Collaborators

  • mhofman
  • michaelfig
  • erights
  • kriskowal
  • warner