Package Exports
- solhint
- solhint/lib
- solhint/lib/index
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (solhint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Solhint Project
This is an open source project for linting solidity code. This project provide both security and style guide validations.
Installation
For install project you need to execute next commands
git clone https://github.com/tokenhouse/solhint.git
npm install
npm i -g .
solhint -V
Usage
Usage: solhint [options] <file> [...other_files]
Linter for Solidity programming language
Options:
-V, --version output the version number
-f, --formatter [name] Report formatter name
-h, --help output usage information
Commands:
stdin [options]
init-config
Documentation
Related documentation you may find there.
Licence
MIT