https://github.com/grafana/grafana
Raw File
Tip revision: 07ba759df9ecad6b1718f63a9289c5c967839a69 authored by Konrad Lalik on 13 March 2024, 09:25:34 UTC
Sort alerts based on start time
Tip revision: 07ba759
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top