https://github.com/grafana/grafana
Raw File
Tip revision: 73de3f34bb795cfcae0a867dca14313fdd577bda authored by Joseph Perez on 18 October 2023, 15:08:05 UTC
Docs: Fix links to plugin-tools in changelog, breaking changes (#76726)
Tip revision: 73de3f3
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top