https://github.com/grafana/grafana
Raw File
Tip revision: 1335179d4da81e73221f5874955df18b066aeaef authored by Esteban Beltran on 17 November 2023, 13:25:19 UTC
Merge remote-tracking branch 'origin/main' into academo/test-sandbox-performance-improvement
Tip revision: 1335179
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top