https://github.com/grafana/grafana
Raw File
Tip revision: c1131d18e1f6c82f4c2972cab0af9ce2f293a907 authored by Chris Bedwell on 07 December 2023, 11:31:22 UTC
Match figma design for ask a question
Tip revision: c1131d1
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top