0.0.4 • Published 2 years ago

solhint-plugin-lido v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago