https://github.com/grafana/grafana
Raw File
Tip revision: 423669cbe4097a3f43a6b61fe0ff374f030d6cc3 authored by bohandley on 30 January 2024, 21:59:17 UTC
add most current PromQAIL code :)
Tip revision: 423669c
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top