Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@aj-dev aj-dev released this 04 Jan 13:00
· 1 commit to master since this release
  • Fix issue with gulp-jscs reporter compatibility. gulp-jscs does not support custom reporters that expect accumulated errors collection, making it impossible to write complete report to a file.
    To lint multiple files, jscs-html-reporter must now be used as a standalone reporter in gulp pipeline. See README for more details.
  • Implement config option for specifying reporter output for gulp-jscs:
    .pipe(jscsHtmlGulpReporter({reporterOutput: 'app/html-report.html'}))
  • Improve layout and styling