Skip to content

pablofullana/solhint-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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