https://github.com/grafana/grafana
Raw File
Tip revision: c8229bd4cff8be40d131aa07fb82e7e076fa5028 authored by Ryan McKinley on 05 March 2024, 23:13:26 UTC
backport 83111
Tip revision: c8229bd
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top