Skip to content

v2.2.0

Compare
Choose a tag to compare
@ricardogobbosouza ricardogobbosouza released this 15 Jun 20:40
· 109 commits to master since this release

Features

  • Exclude (Specify the files and/or directories to exclude. Must be relative to options.context)
  • Extensions (Specify extensions that should be checked)
  • Output Report (Write the output of the errors to a file, for example a json file for use for reporting)
  • Threads

Improvements

  • Lint only changed files
  • Small bug fixes
  • Updates to emitError and emitWarning
  • Use quiet to override emitError and emitWarning
  • Quiet is essentially syntactic sugar for setting emitError to true and emitWarning to false