https://github.com/grafana/grafana
Raw File
Tip revision: 1ec7547e2b189a871bdbfa8efffb2f44895bbca8 authored by Ashley Harrison on 10 July 2023, 09:04:36 UTC
Merge branch 'main' into ash/awp
Tip revision: 1ec7547
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top