3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/emails/gruntfile.js
Torkel Ödegaard 1d689888b0
Prettier: Upgrade to 2 ()
* 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);
};