https://github.com/grafana/grafana
Raw File
Tip revision: c1fba0c80cfc31053c0b6849f10efe404942a565 authored by Gilles De Mey on 29 January 2024, 12:14:47 UTC
update MS Teams to accept summary
Tip revision: c1fba0c
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top