https://github.com/grafana/grafana
Raw File
Tip revision: 4abbb1a54c93128571a24a96d9212c5b97852d5a authored by Ashley Harrison on 31 July 2023, 10:13:04 UTC
fix selector name, add table body selector, improve expand aria label
Tip revision: 4abbb1a
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top