https://github.com/grafana/grafana
Raw File
Tip revision: 7818e76be025b1f805fc138bf4483f4d1f6bf1fc authored by Yuri Tseretyan on 27 July 2023, 13:47:04 UTC
Alerting: Add more clear error to migration when rule cannot be parsed (#72374)
Tip revision: 7818e76
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top