https://github.com/grafana/grafana
Raw File
Tip revision: 50493a259e73350c6ebffb444f95658d3cd1b98e authored by Ashley Harrison on 23 June 2023, 11:12:58 UTC
begin extracting out into a hook
Tip revision: 50493a2
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top