https://github.com/grafana/grafana
Raw File
Tip revision: 45eb730ca506fcb9185a52e2ac2fe3b239f6322f authored by Andrew Hackmann on 02 November 2023, 22:40:23 UTC
remove app config
Tip revision: 45eb730
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top