@endo/eslint-plugin

Endo-specific ESLint plugin

Usage no npm install needed!

<script type="module">
  import endoEslintPlugin from 'https://cdn.skypack.dev/@endo/eslint-plugin';
</script>

README

eslint-plugin-agoric

Endo-specific plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @endo/eslint-plugin:

$ npm install @endo/eslint-plugin --save-dev

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

Usage

Add @endo to the plugins section of your .eslintrc configuration file. You can omit the /eslint-plugin suffix:

{
    "plugins": [
        "@endo"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "@endo/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here