grafana/emails/grunt/clean.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

6 lines
76 B
JavaScript

module.exports = function (config) {
return {
dist: ['dist'],
};
};