https://github.com/grafana/grafana
Raw File
Tip revision: 780c7ee15b51a21ad64fb5578abc77e2fba19a87 authored by jev forsberg on 16 February 2024, 20:07:45 UTC
baldm0mma/transform_docs/ update gen-transforms source doc
Tip revision: 780c7ee
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top