0.0.1 • Published 3 years ago

solhint-plugin-wonderland v0.0.1

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

3 years ago

0.0.1-beta5

3 years ago

0.0.1-beta4

3 years ago

0.0.1-beta3

3 years ago

0.0.1-beta2

3 years ago

0.0.1-beta1

3 years ago