https://github.com/grafana/grafana
Raw File
Tip revision: 9030e24f4414c02cb18d3803498e53bf558f9e93 authored by daviddryder on 03 August 2023, 19:32:45 UTC
Update index.md (#72482)
Tip revision: 9030e24
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top