0.0.1 • Published 2 years ago

solhint-plugin-wonderland v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

solhint-plugin-wonderland

This Solhint plugin provides Wonderland custom rules.

Setup

First install the necessary packages:

npm install --save-dev solhint solhint-plugin-wonderland

Then add a .solhint.json configuration file:

{
  "plugins": ["wonderland"]
}

Available rules

non-state-vars-leading-underscore

This rule will alert everytime a variable defined inside a function does not have a leading underscore.

0.0.1

2 years ago

0.0.1-beta5

2 years ago

0.0.1-beta4

2 years ago

0.0.1-beta3

2 years ago

0.0.1-beta2

2 years ago

0.0.1-beta1

2 years ago