https://github.com/grafana/grafana
Raw File
Tip revision: 57d869b76a19fdf0f29a606245622f31286760bb authored by Kyle Cunningham on 20 March 2024, 21:36:05 UTC
Start adding apply to row to color text cell
Tip revision: 57d869b
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top