https://github.com/grafana/grafana
Raw File
Tip revision: b4ce24e27999cfda81c0ecf31c77d71bc6d7981c authored by Gilles De Mey on 07 June 2023, 12:28:02 UTC
wip
Tip revision: b4ce24e
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top