0.4.1 • Published 2 months ago

@jessie.js/eslint-plugin v0.4.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 months ago

@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"
}
0.4.1

2 months ago

0.4.0

12 months ago

0.3.0

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago