https://github.com/grafana/grafana
Raw File
Tip revision: 00d182eb529d6c1ed05631dfd0a33d41cc9c0118 authored by Alexandra Vargas on 27 November 2023, 12:11:49 UTC
Menu: Add autofocus by default to menu component
Tip revision: 00d182e
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top