https://github.com/grafana/grafana
Raw File
Tip revision: 47a04752351e20ffe627babe39687b282a082965 authored by Dafydd on 25 March 2024, 16:28:15 UTC
wip: verify workflow
Tip revision: 47a0475
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top