https://github.com/grafana/grafana
Raw File
Tip revision: 3839e9253a5567c5dd9f5bf70d96dec78f964729 authored by Ashley Harrison on 05 April 2024, 15:39:03 UTC
tiny tweak
Tip revision: 3839e92
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top