https://github.com/grafana/grafana
Raw File
Tip revision: 9306fe2df6414ffe1430bf91bfad8f0539546c79 authored by Erik Sundell on 19 January 2021, 08:18:58 UTC
Remove dashboards that could not be tested using real data
Tip revision: 9306fe2
.prettierrc.js
module.exports = {
  ...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
back to top