https://github.com/grafana/grafana
Raw File
Tip revision: 703085253eabfb6afc1c9a294e392805347717d3 authored by Leon Sorokin on 27 August 2021, 17:40:33 UTC
GraphNG: fix crash when trying to diff missing timeRange prop (#38654)
Tip revision: 7030852
.prettierrc.js
module.exports = {
  ...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
back to top