UNPKG

tslint-stylish

Version:

Reporter for tslint along the lines of jshint-stylish

8 lines (7 loc) 242 B
/// <reference path="../typings/stylish.d.ts" /> "use strict"; var Reporter = require("./reporter"); module.exports = function (linterOut, file, options) { var reporter = new Reporter(linterOut, file, options); reporter.publish(); };