https://github.com/grafana/grafana
Raw File
Tip revision: 5d524fed899dea55bf38f4fead11e12a4c86fa2b authored by Virginia Cepeda on 04 October 2023, 20:19:06 UTC
Open modal with panel header actions
Tip revision: 5d524fe
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top