0.4.2 • Published 10 months ago
@jessie.js/eslint-plugin v0.4.2
@jessie.js/eslint-plugin
Jessie-specific plugin
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install @jessie.js/eslint-plugin:
$ npm install @jessie.js/eslint-plugin --save-devNote: 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"
}