https://github.com/grafana/grafana
Raw File
Tip revision: 77e9fc519a2467423caafc8e6ca8cfd1ecf90bee authored by Ashley Harrison on 09 November 2023, 13:04:14 UTC
refactor to simplify menuitem
Tip revision: 77e9fc5
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top