solhint-watch

Run Solhint with watch mode

Usage no npm install needed!

<script type="module">
  import solhintWatch from 'https://cdn.skypack.dev/solhint-watch';
</script>

README

Solhint Watch

So, you love Solhint? Well, we all do. Now, let Solhint Watch put an eye on your repo and lint every change.

Requirements

  • solhint
  • node

Getting started

NPM

  • npm i -g solhint-watch

Yarn

  • yarn global add solhint-watch

Features

  • Watches current directory and runs Solhint upon every file change (just for the updated file)
  • Press enter to run Solhint for the whole directory

Usage

solhint-watch