https://github.com/grafana/grafana
Raw File
Tip revision: bb23a45159b79f9f762fd50c891006c7f579523e authored by Sonia Aguilar on 05 April 2024, 07:15:39 UTC
Get oncall metada from url in settings only when we have alert manager configuration
Tip revision: bb23a45
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top