0.0.4 • Published 3 years ago

solhint-plugin-lido v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

solhint-plugin-lido

This Solhint plugin that incorporates custom rules used in Lido finance

Setup

First install the necessary packages:

npm install --save-dev solhint solhint-plugin-lido

Then add a .solhint.json configuration file:

{
  "plugins": ["lido"],
  "rules": {
    "lido/fixed-compiler-version": "error"
  }
}

You can also set it to warning instead of error if you prefer that.

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago