Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 736 Bytes

changelog.md

File metadata and controls

14 lines (11 loc) · 736 Bytes

3.0.0 (2015-08-12)

Breaking changes

  • Just piping the files through gulp-stylint does not print anything to the console, use the stylint.reporter-method

Features

  • Added a fail-reporter allowing you to fail the proecss on error. Optionally provide { failOnWarning: true } as second option to alsow fail on warnings

2.0.0 (2015-08-12)

Breaking changes

  • Config option only allows a string

Features

  • Pass custom rules to stylint using the rules option
  • Add reporter option to supply a custom reporter. Usse this if you cannot have the reporter in .stylintrc