https://github.com/grafana/grafana
Raw File
Tip revision: 42fcc3dbab70c1a137f7d8212db076976064e5e9 authored by Oscar Kilhed on 07 August 2023, 14:01:05 UTC
update dependencies
Tip revision: 42fcc3d
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top