https://github.com/grafana/grafana
Raw File
Tip revision: 223d733356069992894faa9ee6725bfd7308d3a0 authored by Ryan McKinley on 10 November 2023, 17:11:43 UTC
WIP
Tip revision: 223d733
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top