grafana/tasks/options/tslint.js
Torkel Ödegaard db36639ffc fix: #8111
2017-04-18 16:58:34 +02:00

12 lines
179 B
JavaScript

module.exports = function(config, grunt) {
'use strict'
// dummy to avoid template compile error
return {
source: {
files: {
src: ""
}
}
};
};