https://github.com/grafana/grafana
Raw File
Tip revision: 816861b6676202e2657091c3c0e50395634e217e authored by Gilles De Mey on 03 March 2024, 16:39:51 UTC
Merge branch 'main' into alerting/konrad-poc-smart-filters
Tip revision: 816861b
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top