https://github.com/grafana/grafana
Raw File
Tip revision: 11446511c14cd20ef24ac9b8f3476fd16e72e7d0 authored by Torkel Ödegaard on 02 May 2023, 14:24:59 UTC
Scenes: Minor fix to monitoring app (#67635)
Tip revision: 1144651
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top