4.0.0 (2016-10-08)
- Bump underlying version of Stylint to 1.4.1, and lock it
- See #28 for discussion on unlocking it
3.0.0 (2015-08-12)
- Just piping the files through
gulp-stylint
does not print anything to the console, use thestylint.reporter
-method
- Added a
fail
-reporter allowing you to fail the proecss onerror
. Optionally provide{ failOnWarning: true }
as second option to alsow fail on warnings
2.0.0 (2015-08-12)
- Config option only allows a string
- 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