mirror of
https://github.com/grafana/grafana.git
synced 2026-02-18 18:20:52 -05:00
* Updated package json but not updated source files * Update eslint plugin * updated files
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = function (grunt) {
|
|
// load grunt config
|
|
require('load-grunt-config')(grunt);
|
|
};
|