tslint.js 179 B

1234567891011
  1. module.exports = function(config, grunt) {
  2. 'use strict'
  3. // dummy to avoid template compile error
  4. return {
  5. source: {
  6. files: {
  7. src: ""
  8. }
  9. }
  10. };
  11. };