https://github.com/grafana/grafana
Raw File
Tip revision: 385e88258d8f46060669432436490fdef1db7583 authored by arunkg2787 on 28 July 2023, 18:48:12 UTC
Update index.md
Tip revision: 385e882
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top