https://github.com/grafana/grafana
Raw File
Tip revision: a6e53cacba120bcd24f3f6fa88fc40688f48353b authored by Brendan O'Handley on 04 March 2024, 22:25:44 UTC
fix tests, need to write a test for the change
Tip revision: a6e53ca
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top