https://github.com/grafana/grafana
Raw File
Tip revision: 695c25f9debab60aadb14ad13112107769029895 authored by Kyle Cunningham on 05 March 2024, 21:32:57 UTC
Fix up hover behavior
Tip revision: 695c25f
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top