grafana/emails/gruntfile.js
Torkel Ödegaard 1d689888b0
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files

* Update eslint plugin

* updated files
2021-01-20 07:59:48 +01:00

5 lines
101 B
JavaScript

module.exports = function (grunt) {
// load grunt config
require('load-grunt-config')(grunt);
};