grafana/tasks/options/tslint.js

12 lines
179 B
JavaScript
Raw Normal View History

2017-04-18 09:58:34 -05:00
module.exports = function(config, grunt) {
'use strict'
// dummy to avoid template compile error
return {
source: {
files: {
src: ""
}
}
};
};