0.0.4 • Published 3 years ago
solhint-plugin-lido v0.0.4
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-lidoThen 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.