https://github.com/grafana/grafana
Raw File
Tip revision: b5971fb740f7ddc8febe203bb1317c20b8be02f7 authored by Torkel Ödegaard on 20 December 2023, 15:39:01 UTC
Clean up some old scenes
Tip revision: b5971fb
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top