https://github.com/grafana/grafana
Raw File
Tip revision: a42ce85ab91b59c621b3f9f41fbec12919c3b512 authored by Adela Almasan on 06 August 2023, 12:39:07 UTC
merge
Tip revision: a42ce85
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top