https://github.com/grafana/grafana
Raw File
Tip revision: 17afdbef7a619dabdbff9a118a07f8857e6260c3 authored by Eve Meelan on 27 March 2024, 12:31:22 UTC
Update index.md
Tip revision: 17afdbe
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top