@nomiclabs/buidler-solhint
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

npm buidler

buidler-solhint

Buidler plugin for integration with solhint linter.

What

This plugin runs solhint on the project's sources and prints the report.

Installation

npm install --save-dev @nomiclabs/buidler-solhint

And add the following statement to your buidler.config.js:

usePlugin("@nomiclabs/buidler-solhint");

Tasks

This plugin overrides the check task, runs solhint on the project's sources and prints the report to the console.

Environment extensions

This plugin does not extend the environment.

Usage

There are no additional steps you need to take for this plugin to work.

Install it, run npx buidler check and check the Solhint report.

You may want to add a solhint configuration file to customize your rules or include a Solhint plugin.

Dependencies (1)

Dev Dependencies (5)

Package Sidebar

Install

npm i @nomiclabs/buidler-solhint

Weekly Downloads

42

Version

1.3.3

License

MIT

Unpacked Size

11.8 kB

Total Files

9

Last publish

Collaborators

  • kanej
  • fzeoli
  • alcuadrado
  • fvictorio