https://github.com/grafana/grafana
Raw File
Tip revision: 81d59e4838449461fc3665dbaaf9bef8750629ec authored by grafanabot on 31 October 2023, 07:05:16 UTC
Update `make docs` procedure
Tip revision: 81d59e4
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top