2.1.3 • Published 5 days ago

@endo/eslint-plugin v2.1.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 days ago

@endo/eslint-plugin

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

Extend a plugin:@endo/CONFIG in your .eslintrc configuration file. You can omit the /eslint-plugin suffix:

{
    "extends": [
        "plugin:@endo/recommended"
    ]
}

CONFIG can be one of:

  • recommended rules for code compatible with Hardened JS
  • imports opinions on how packages should use imports
  • style opinions on JS coding style
  • strict all of the above
  • internal rules only for packages within the Endo source repository

You can configure individual rules you want to use under the rules section.

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

Supported Rules

  • Fill in provided rules here
2.1.3

5 days ago

2.1.2

1 month ago

2.1.1

2 months ago

2.1.0

3 months ago

2.0.2

3 months ago

2.0.1

4 months ago

2.0.0

5 months ago

1.0.0

5 months ago

0.4.5

10 months ago

0.5.2

8 months ago

0.5.1

9 months ago

0.4.4-dev.0

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.28

2 years ago

0.3.27

2 years ago

0.3.26

2 years ago

0.3.25

2 years ago

0.3.20

2 years ago

0.3.17

2 years ago

0.3.24

2 years ago

0.3.23

2 years ago

0.3.22

2 years ago

0.3.21

2 years ago

0.3.19

2 years ago

0.3.18

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.9

3 years ago

0.3.10

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago