https://github.com/grafana/grafana
Raw File
Tip revision: ec7c0adff8fa8711727d282d92fef158fcdb6525 authored by Hugo Oshiro on 04 September 2023, 10:14:57 UTC
Remove unnecessary changes on defaults.ini
Tip revision: ec7c0ad
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top