https://github.com/grafana/grafana
Raw File
Tip revision: 7a5db132b2109917321814dc6a7417e47701bcdf authored by Alexander Weaver on 18 January 2024, 18:48:11 UTC
Alerting: Add setting to distribute rule group evaluations over time (#80766)
Tip revision: 7a5db13
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top