0.0.4 • Published 5 months ago

eslint-plugin-evm-address-normalizer v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

eslint-plugin-evm-address-normalizer

This plugin checks that evm addresses fits a certain specification

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-evm-address-normalizer:

npm install eslint-plugin-evm-address-normalizer --save-dev

Usage

Add evm-address-checker to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "evm-address-normalizer"
    ]
}
0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago