https://github.com/grafana/grafana
Raw File
Tip revision: 9881e5e4febaec2d3d370906b9f0f2b432dc0a11 authored by grafana-delivery-bot[bot] on 08 February 2024, 13:45:55 UTC
[v10.3.x] Doc: Custom branding is not applicable to OSS (#82164)
Tip revision: 9881e5e
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top