grafana/scripts/grunt/options/tslint.js

12 lines
179 B
JavaScript

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