https://github.com/grafana/grafana
Raw File
Tip revision: 9ca52132c1dd60f7baf26dc2b2b71fef70bc3c21 authored by Alexandra Vargas on 10 January 2024, 15:01:15 UTC
Merge remote-tracking branch 'origin' into axelav/texbox-variable
Tip revision: 9ca5213
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top